Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Aug 5, 2024 5:56:01 AM
Sonja_Bauernfeind
While accessing the Amazon RDS for Oracle as the source database, the task reports a warning message and an error message during the task startup.
The messages in task log file:
2024-08-01T10:22:33:282880 [SOURCE_CAPTURE ]W: ARCHIVELOG mode is not defined in the used Oracle database (oracle_endpoint_conn.c:179)
2024-08-01T10:22:33:395316 [SOURCE_CAPTURE ]E: Cannot retrieve Oracle archived Redo log destination ids [1020401] (oracdc_merger.c:661)
Setting up the Oracle database instance with Enabled Automatic Backups option to Yes by using AWS Management Console, or by AWS CLI command.
For example:
aws rds modify-db-instance --db-instance-identifier mydevdb --backup-retention-period 2 --apply-immediately
Where mydevdb is the identifier of DB instance to modify. This value is stored as a lowercase string.
00168581