Oracle Database 11g: Program with PL/SQL — Question 73

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

Answer options

Correct answer: B, C

Explanation

The correct actions during the installation of the UTL_MAIL package include executing the UTLMAIL.SQL and prvtmail.plb scripts (B) and configuring the SMTP_OUT_SERVER initialization parameter (C). The other options, such as setting UTL_FILE_DIR (A), using CREATE DIRECTORY (D), and granting privileges (E), are not essential for the installation process of UTL_MAIL.