Configure and Send EMAIL from Oracle Database
Configure and Send EMAIL from Oracle Database Applies to: Oracle Enterprise Linux – Version: 7 Oracle Database 11gR2 Description: How to configure EMAIL from Oracle Database and Send Email from PL/SQL. Solution: Following the simple steps to configure EMAIL from Oracle Database: 1. Connect Oracle Database as sysdba 2. Install the following two packages: SQL> @ORACLE_HOME/rdbms/admin/utlmail.sql; SQL> @ORACLE_HOME/rdbms/admin/prvtmail.plb; 3. To set SMTP parameter: SQL> show parameter SMTP_OUT_SERVER; SQL> Alter system set SMTP_OUT_SERVER=<enter ...