How To Configure Smtp Server In Oracle Database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Connect to the database as an administrator.
2. Create a directory object pointing to your SMTP server.
3. Create a user in the database with access to the newly created directory.
4. Grant the “CREATE JOB” privilege to the new user.
5. Create a stored procedure that can be used to send email.
6. Create a job with the stored procedure as its execution command.
7. Schedule the job to execute on a specific schedule or on demand.
8. Monitor the job to ensure it is working correctly.