Skip to main content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Activate the archive log mode in Oracle XStream mode

Connect to the Oracle database as an administrative user and run the following statement to display its archiving information:

archive log list;

If the database is not operating in the archive log mode, run the following statements to activate the archive log mode:

shutdown immediate;
startup mount;
alter database archivelog;
alter database open;

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!