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: SQL Script Problem

Re: SQL Script Problem

From: Philippe <parnaud_at_yahoo.com>
Date: Thu, 29 Apr 1999 09:46:02 +0200
Message-ID: <7g92q5$557$1@concorde.ctp.com>


DROP USER your_schema CASCADE;

HTH,
Philippe

Matt Randle wrote in message
<925319852.9580.0.nnrp-07.d4e48d0d_at_news.demon.co.uk>...
>I have an Oracle SQL Script that we use to create all our db objects.
>
>At a number of places within the script I want it to delete all the tables,
>indexes, etc within the current schema ?
>
>Is there any way to do this in SQL without knowing beforehand what the
>tables you want to delete are ?
>
>Thanks,
>
>Matt.
>
>
Received on Thu Apr 29 1999 - 02:46:02 CDT

Original text of this message

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