YOU CREATE A DIRECTORY WITH THE STATEMENTCREATE DIRECTORY DP_DIR AS...

4. You create a directory with the statement

create directory dp_dir as 'c:\tmp';

but when you try to use it with Data Pump, there is an error. Which of the

following could be true? (Choose three answers.)

A. The Oracle software owner has no permissions on c:\tmp.

B. The Oracle database user has no permissions on dp_dir.

C. The path c:\tmp does not exist.

D. The path c:\tmp must exist, or the “create directory” statement would

have failed.

E. If you use Data Pump in network mode, then there will be no need for a

directory.

F. Issuing the command grant all on 'c:\tmp' to public; may

solve some permission problems.