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: dropping a large number of tables?

Re: dropping a large number of tables?

From: Steven Hauser <hause011_at_garnet.tc.umn.edu>
Date: 1998/10/29
Message-ID: <71achp$au9$1@garnet.tc.umn.edu>#1/1

Don't forget that referential constraints will prevent you from dropping tables that are referred to by another table.

Table user_constraints will let you find them.

-- 
 

---------------------------------------------------------
Steven Hauser, hause011_at_tc.umn.edu Phone: (612)626-7135 Fax: (612)625-6853
---------------------------------------------------------
Received on Thu Oct 29 1998 - 00:00:00 CST

Original text of this message

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