gt;… | Oracle Database 12c: Installation and Administration Q85 | CertBase

Oracle Database 12c: Installation and Administration — Question 85

In your Oracle 12c database, you invoke SQL *Loader Express Mode command to load data:

gt; sqlldr hr/hr table=employees
Which two statements are true about this command? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct answers are D and E because the command will execute successfully if the EMPLOYEES table is already defined, and the HR user does not need the CREATE DIRECTORY privilege to use SQL *Loader in this context. Options A, B, and C are incorrect as they imply issues that do not prevent the command from executing successfully when the table exists and the necessary privileges are present.