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 predefined
data_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 procedure
DBMS_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 package
DBMS_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.