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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Delete

Re: Delete

From: Nicolas Bronke <newsgroup_at_trinity.de>
Date: 2000/07/08
Message-ID: <8k6seo$l0v$15$1@news.t-online.com>#1/1

> How can I delete all of the tables in my account without using DROP
> TABLE for each table?
>

drop user <username> cascade

every object will be deleted even the user account :-) Received on Sat Jul 08 2000 - 00:00:00 CDT

Original text of this message

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