Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: cleanup user's account
Sunny Siu wrote:
>
> How do I remove user's tables and associated objects and then finally drop
> the account? I know that I can easily drop an account using the Motif-based
> Svrmgr. How about cleaning associated objects?
>
login to SYSTEM oracle user, and issue following command:
DROP USER User_Name CASCADE;
-- Hui, Kwok Miu (Xu, Guo Miao) E-Mail: huikomix_at_dt.com.hk Assistant MIS Manager Tel : (00852)2589 3369 Cho Yang (Hong Kong) Co., Ltd. Fax : (00852)2559 3049Received on Thu Jan 16 1997 - 00:00:00 CST
![]() |
![]() |