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: BLANC Philippe <blancphi_at_club-internet.fr>
Date: 2000/05/11
Message-ID: <958047448.1203450527@news.club-internet.fr>#1/1

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 Thu May 11 2000 - 00:00:00 CDT

Original text of this message

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