Move Files
Describes how to create directories and copy files to Autonomous Database.
- Creating and Managing Directories on Autonomous Database
Autonomous Database includes a predefineddata_pump_dir
directory in the database where you can place files. You can also create directories, drop directories, and attach network file systems. - Copy Files Between Object Store and a Directory in Autonomous Database
Use the procedureDBMS_CLOUD.PUT_OBJECT
to copy a file from a directory to Object Store. Use the procedureDBMS_CLOUD.GET_OBJECT
to copy a file from Object Store to a directory. - Bulk Operations for Files in the Cloud
The PL/SQL packageDBMS_CLOUD
offers parallel execution support for bulk file upload, download, copy, and transfer activities, which streamlines the user experience and delivers optimal performance for bulk file operations.
Parent topic: Tasks