Which tasks must be performed during the installation of the UTL_MAIL package?

Which tasks must be performed during the installation of the UTL_MAIL package? (Choose all that apply.)

Which tasks must be performed during the installation of the UTL_MAIL package? (Choose all that apply.)

A.
setting the UTL_FILE_DIR initialization parameter

B.
running the UTLMAIL.SQL and prvtmail.plb scripts

C.
setting the SMTP_OUT_SERVER initialization parameter

D.
using the CREATE DIRECTORY statement to associate an alias with an operating system
directory

E.
granting read and WRITE privileges to control the type of access to files in the operating system



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Tr

Tr

B C

vladzimir

vladzimir

Hi

If you want to exchange experience and preparation materials, leave here you email and i will contact you or you can write email to me ([email protected])

Alisa

Alisa

You must both install UTL_MAIL and define the SMTP_OUT_SERVER.

To install UTL_MAIL:
sqlplus sys/
SQL> @$ORACLE_HOME/rdbms/admin/utlmail.sql
SQL> @$ORACLE_HOME/rdbms/admin/prvtmail.plb