Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ORA 02266 issues

ORA 02266 issues

From: Saravanan Rathinavelu <srathin_at_uswest.com>
Date: Thu, 24 Jun 1999 14:36:46 -0600
Message-ID: <377296DE.33B957DF@uswest.com>


Can someone let me know even if have disabled all the foreign key constraints that is referencing a table say tab_a, still getting the error message 02266 when trying to drop a table tab_a.

Disabled foreign keys from tables say tab_b, tab_c and tab_d. Found them using the following SQL script

select table_name, constraint_name
from dba_cons_columns
where column_name='col_nm1';

If i drop the table tab_a using cascade constraints it was successful but donot know what other constraint it is deleting other than the one that i was trying to disabling it and enabling it at the end.

Please help me out. thanks

-Saravanan.R- Received on Thu Jun 24 1999 - 15:36:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US