Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> EXCEPTION INTO table storage
Can someone point me to location of where Oracle stores reference table
for EXCEPTION INTO constraint option.
I have the following contstraint:
ALTER TABLE MY_Table ADD
CONSTRAINT MY_Table_UQ UNIQUE (I1)
DEFERRABLE
INITIALLY IMMEDIATE ENABLE VALIDATE
EXCEPTIONS INTO MY_Table_EXCEPTIONS
I was not able to find dependence reference between MY_TABLE and MY_TABLE_EXCEPTIONS. I have checked ALL_CONSTRAINTS, ALL_DEPENDENCIES, ALL_TABLES Oracle 9.2.0.7 Received on Wed Aug 09 2006 - 16:46:25 CDT