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 a user through SQL.

Re: Delete a user through SQL.

From: Thomas Bregulla <thomas.bregulla_at_t-mobil.de>
Date: 2000/05/26
Message-ID: <392E67E6.D3876DF2@t-mobil.de>#1/1

Drop User Moo cascading delete;
Kills the User and all its objects.

Cheers,

    Thomas

BLANC Philippe schrieb:

> Le mer, 10 mai 2000, Brian Tkatch a écrit :
> >I can create a user
> >
> >GRANT CONNECT TO Moo IDENTIFIED By Cow;
> >
> >I can also
> >
> >REVOKE CONNECT FROM Moo;
> >
> >And that prevent the user from doing anything but does not remove the
> >user. The user still shows up in security manager, and although that
> >user cannot logon, the password is stil checked. That is, with the
> >wrong pasword the error is bad password, with the correct password the
> >error is does not hace create session proviledges.
> >
> >How do I delete the user completely via SQL?
> >
> >Brian
> You can try
> drop user cascade
> Philippe.
Received on Fri May 26 2000 - 00:00:00 CDT

Original text of this message

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