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 to delete a user and his table?

Re: How to delete a user and his table?

From: Yang <yg.yang_at_wanadoo.fr>
Date: Wed, 26 Sep 2001 22:00:08 +0200
Message-ID: <9otc4f$4o1$1@wanadoo.fr>


drop user username cascade;

"ftp" <shyan_at_cse.cuhk.edu.hk> wrote in message news:9ot6tu$klf$3_at_eng-ser1.erg.cuhk.edu.hk...
> drop user usernmae;
> cannot delete the user if he/she has created tables.
> How to drop the user and his/her tables?
>
> --
Received on Wed Sep 26 2001 - 15:00:08 CDT

Original text of this message

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