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 -> Re: How can I get a list of referenced keys?

Re: How can I get a list of referenced keys?

From: C. Mason <cmason_at_aai.arco.com>
Date: Fri, 12 Jun 1998 20:37:51 GMT
Message-ID: <EuGH97.27u@news.arco.com>


You can find the information in the SYS.DBA_CONSTRAINTS view. - haven - wrote in message <35818C6E.FDF1F7F7_at_havenskys.com>...
>I need to get drop this table. How can I get a list of referenced keys?
>
>So that I can drop it. I disabled all constraints that refer to it but
>no dice.
>Thanks
>
>Haven
>
>
>SQL> drop table emp_head;
>drop table emp_head
> *
>ERROR at line 1:
>ORA-02266: unique/primary keys in table referenced by enabled foreign
>keys
>
Received on Fri Jun 12 1998 - 15:37:51 CDT

Original text of this message

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