dbTalk Databases Forums  

EXCEPTION INTO table storage

comp.databases.oracle.server comp.databases.oracle.server


Discuss EXCEPTION INTO table storage in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default EXCEPTION INTO table storage - 08-09-2006 , 05:46 PM






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


Reply With Quote
  #2  
Old   
Andy Hassall
 
Posts: n/a

Default Re: EXCEPTION INTO table storage - 08-09-2006 , 06:10 PM






On 9 Aug 2006 14:46:25 -0700, khayter (AT) mpi (DOT) com wrote:

Quote:
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
I don't think it's stored; the exception table is only populated once by the
alter table command, it's not populated on an ongoing basis, so a connection
isn't required in the data dictionary.

--
Andy Hassall :: andy (AT) andyh (DOT) co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.