Activate the archive log mode in Oracle XStream mode - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-13

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;