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

Home -> Community -> Usenet -> c.d.o.misc -> Re: DROP referenced tables

Re: DROP referenced tables

From: Thomas Kellerer <OSCUQDVXTKFJ_at_spammotel.com>
Date: Fri, 03 Sep 2004 11:19:07 +0200
Message-ID: <2pqr8cFojpkeU1@uni-berlin.de>


DROP TABLE first_table CASCADE CONSTRAINTS; DROP TABLE second_table CASCADE CONSTRAINTS;

On 03.09.2004 10:56 Thorsten Flohr wrote:

> Hi there,
>
> I'm trying to drop two tables that are referencing each other. Because
> of the referencing I get an error, when I try to drop them.
>
> How can I drop the tables now?
>
> Thorsten
Received on Fri Sep 03 2004 - 04:19:07 CDT

Original text of this message

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