Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> enable fk into exceptions
hi.
I'm trying to enable a FK on a table. when I execute
aler table t1 enable constraint c1;
everything works fine; when I execute
alter table t1 enable constraint c1 exceptions into exceptions;
I'm getting ora 2445 - exceptions table not found. when I do desc exceptions, the table is right here and the id I'm logged as is the owner. Can someone see what is wrong with this picture? Am I missing some privileges here?
thanks
gene
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Jul 07 2003 - 17:54:41 CDT
![]() |
![]() |