Oracle Database 12c: Advanced Administration — Question 95

database, you attempt to load data into the HR.EMPLOYEES table in a pluggable database (PDB):

gt; sqlldr hr/hr@pdb table=employees
Which three are true? (Choose three.)

Answer options

Correct answer: A, B, C

Explanation

Option A is correct because sqlldr will create the table if it doesn't exist in the specified PDB. Option B is accurate as the HR user must be local to the PDB for the operation to succeed. Option C is also correct since data will be loaded into the existing HR.EMPLOYEES table. Options D and E are incorrect because they do not pertain to the behavior of the sqlldr command in the context of a PDB.