Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Deleting a schema in Oracle 9i
You might want to read the documentation very carefully on the following:
drop user THE_USERS_NAME cascade ;
"John" <johnyetter_at_earthlink.net> wrote in message
news:Q8n9d.9027$M05.7205_at_newsread3.news.pas.earthlink.net...
> Hi All,
>
> Can anyone tell me how to delete a schema (and all of its related tables
> and
> views) in a step or two?
>
> Thanks
>
>
Received on Thu Oct 07 2004 - 22:49:42 CDT