Oracle Community Network
My questions:
Tags:
Constraint type is documented:http://download.oracle.com/docs/cd/E11882_01/server.112/e10820/stat...
S stands for "Supplemental logging", which is further explained here:http://download.oracle.com/docs/cd/E11882_01/server.112/e10704/strm... and here: http://download.oracle.com/docs/cd/E11882_01/server.112/e10705/prep...
I don't have any experience with it. This is the result of searching on tahiti.oracle.com.
There are two ways of enabling supplemental logging. In more recent versions of the database we can set minimal logging at the database level
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
In additional we can add specify tables and columns in Supplemental Log Groups. The point of this is to include the values for unchanged columns in the change table, as it makes it easier to apply the changes in the target database. Find out more.
Obviously the S type constraint identifies columns in a Supplemental Log Group. I think the reason they are disabled is because they do not enforce a data integrity rule (unlike primary keys or check constraints). If so, I think it would be unwise to enable them, and so you should re-write your automatic clean-up to filter constraints of type S.
© 2024 Created by Maisam Agha. Powered by