Retrieve the Initial Load Log Files
Retrieve the initial load log files depending on the transfer medium and type of database.
Learn how to determine the location of the initial load log files and access them, depending on the type of database and the transfer medium
Transfer medium: Database Link
For Non-Oracle Autonomous AI Database target database:
-
Use the following query to locate the
IMPDAT*.logfile from theORACLE_BASEdirectory of the target database.SELECT directory_path FROM dba_directories WHERE directory_name='ORACLE_BASE' -
View or copy
IMPDAT*.logfiles from theORACLE_BASEdirectory of the target database.
Transfer medium: Local Storage
For a Source database:
-
Use the following query to locate the
EXPDAT*.logfile from theORACLE_BASEdirectory of the source database.SELECT directory_path FROM dba_directories WHERE directory_name='ORACLE_BASE' -
View or copy
EXPDAT*.logfiles from theORACLE_BASEdirectory.
For a Target database:
-
Use the following query to locate the
IMPDAT*.logfile from theORACLE_BASEdirectory of the target database.SELECT directory_path FROM dba_directories WHERE directory_name='ORACLE_BASE' -
Copy
IMPDAT*.logfiles from theORACLE_BASEdirectory of the target database.
Transfer medium: Object Storage
For a non-Oracle Autonomous AI Database source database:
-
Use the following query to locate the
EXPDAT*.logfile from theORACLE_BASEdirectory of the source database.SELECT directory_path FROM dba_directories WHERE directory_name='ORACLE_BASE' -
Download
EXPDAT*.logfrom theORACLE_BASEdirectory.
For a source Oracle Autonomous AI Database database:
Download EXPDAT*.log from the Bucket URI.
For a non-Oracle Autonomous AI Database target database:
-
Use the following query to locate the
IMPDAT*.logfile from theORACLE_BASEdirectory of the target database.SELECT directory_path FROM dba_directories WHERE directory_name='ORACLE_BASE' -
Download
IMPDAT*.logfrom theORACLE_BASEdirectory.