Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Enabling supplemental logging

RameshkumarTSep 7 2011 — edited Sep 7 2011
Recently I faced the following issues while enabling supplemental logging

When I enabled supplemental logging at database level
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;

The following error was reported on application server
DM(master) respawning backend child for slot
and there were connectivity issues on the application server

When I enabled supplemental logging at table level
ADD TRANDATA ACCOUNT;

The following error was reported on application server
ORA-01466: unable to read data - table definition has changed

Also I got the following message when I added table level supplemental logging for some tables
WARNING OGG-00706 Failed to add supplemental log group on table <...> due to ORA-00054: resource busy and acquire with NOWAIT specified, SQL ALTER TABLE "........

Can anyone explain these
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2011
Added on Sep 7 2011
1 comment
1,927 views