Oracle
1Z0-931-20 · Question #32
1Z0-931-20 Question #32: Real Exam Question with Answer & Explanation
The correct answer is A. By executing select * from DBMS_CLOUD.LIST_FILES('DATA_PUMP_DIR');. Explanation/Reference:
Question
What is the correct way to list all files in the default data pump directory?
Options
- ABy executing select * from DBMS_CLOUD.LIST_FILES('DATA_PUMP_DIR');
- BYou cannot list files in the default data pump directory from Autonomous Data Warehouse (ADW).
- CLog onto ADW server and issue is -al on the command line.
- DBy executing select * from utl_file . list ( `DATA_PUMP_DIR ' ) ;
Explanation
Explanation/Reference:
Community Discussion
No community discussion yet for this question.