Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: deleting account
Hi,
In SqlPLus ( as a user with DBA rights ) enter:
Drop user <username> cascade;
That will eliminate the user, its schema and any objects it owns..
"Bbitzer" <bbitzer_at_bigplanet.com> wrote:
>I was using SQL Plus for a class at school and created two accounts (1 for
>my lab assignments and 1 for my final project) Each had their seperate
>login. How do I completely delete the account that I used for my final
>project?
>
Received on Wed Mar 28 2001 - 09:58:35 CST
![]() |
![]() |