Hello All,
I've an enabled supplemental logging on an oracle 10g 10.2.0.4 database .
example : alter table USER.ABTL_CONTACT ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;
owner constraint_name C Table_Name Status Validated
USER SYS_C00310877 ? ABTL_CONTACT DISABLED NOT VALIDATED
Now my question is when we enable supplemental logging is there any constraint created like "SYS_C00310877 " which shows in user_constraints view .
If yes will it be in disabled and non validate state ?
Any expert suggestion is highly appreciated..
Thanks in Advance