Executing Sequence Ctas - Drop - Rename of a Base Table Causes Cdc To Stop Working
(Doc ID 735915.1)
Last updated on AUGUST 18, 2021
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.4 [Release 10.2]Information in this document applies to any platform.
Checked for bulk archive on 03-MAY-2011 by Zulaikha Z
Symptoms
-- Problem Statement:
Async Hotlog CDC
* Setup CDC, everything working. Base Table is SCOTT.DEPT
* Used CTAS to create a backup table for the base source table
create test_backup as select * from dept;
* Dropped the Base Source Table
drop table dept;
* Renamed the backup table back to it's original name.
rename test_backup to dept;
* The apply process stopped.
DBA_APPLY_ERROR shows:
ORA-26687: no instantiation SCN provided for "SCOTT"."DEPT" in source database <SRC_DB>
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |