Re: deleting users

From: Roy Brokvam <roy.brokvam_at_conax.com>
Date: 1999/03/24
Message-ID: <l7aK2.366$dk3.2519_at_news1.online.no>#1/1


J. G. Dutcher wrote in message ...
>I'm feeling rather stupid. I have an application up and running that I
>helped develop. Now due to changes in staff, I need to delete some of the
>users. I've checked the oracle manuals and can not find any thing about
>deleting users. Maybe I'm too close to the forest to see the trees but
>this shouldn't be a difficult task.
>
>Any help would be appreciated.
>
>TIA
>
>TIA
>

drop user xxx cascade;

cascade is needed if xxx owns any objects.

Regards,

Roy Brokvam
roy.brokvam_at_conax.com Received on Wed Mar 24 1999 - 00:00:00 CET

Original text of this message