Creating and Managing Directories on Autonomous Database

Autonomous Database includes a predefined data_pump_dir directory in the database where you can place files. You can also create directories, drop directories, and attach network file systems.

For example you can use the data_pump_dir 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, and use DBMS_CLOUD.LIST_FILES to list the contents of a directory. You can attach a Network File System to a directory location in your Autonomous Database with the DBMS_CLOUD_ADMIN.ATTACH_FILE_SYSTEM procedure.