10 Creating and Managing Directories on Autonomous Database
Autonomous Database includes a predefined data_pump_dir
directory in the
database where you can place files. For example you can use this directory for Data Pump
import and export operations. To create additional directories use the database
CREATE DIRECTORY
command. Use the database DROP
DIRECTORY
command to drop directories. Use DBMS_CLOUD.LIST_FILES
to list the contents of a
directory.