Move Files
Describes how to create directories and copy files to Autonomous AI Database.
- Creating and Managing Directories on Autonomous AI Database
Autonomous AI Database includes a predefineddata_pump_dirdirectory 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 AI Database
Use the procedureDBMS_CLOUD.PUT_OBJECTto copy a file from a directory to Object Store. Use the procedureDBMS_CLOUD.GET_OBJECTto copy a file from Object Store to a directory. - Bulk Operations for Files in the Cloud
The PL/SQL packageDBMS_CLOUDoffers 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