Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Drop schema and all related objects

RE: Drop schema and all related objects

From: Hillman, Alex <Alex.Hillman_at_usmint.treas.gov>
Date: Fri, 11 May 2001 11:54:56 -0700
Message-ID: <F001.00300EEA.20010511074607@fatcity.com>

If there is a lot of objects in the schema you may need to increase parameter enqueue_resources. If not enougn enqueues this command will give you an error and user and some objects will not be dropped. If you don't want to increase this parameter you can repeate this command until user will be dropped.

Alex Hillman

-----Original Message-----
Sent: Friday, May 11, 2001 9:56 AM
To: Multiple recipients of list ORACLE-L

connect as sys or system.
drop user "username" cascade;
The user and all objects will be removed.

james
--- Mujeeb Chowdhry <mujeeb.chowdhry_at_nara.gov> wrote:
> Hi DBA's,
>
> How can I drop schema (user and all it's objects). I
> have one main user in the application and wants to
> drop user and all related objects. Can anyone help
> me in this regard.
> Thanks
> Mujeeb Chowdhry
> Oracle DBA
>
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: Mujeeb Chowdhry
> INET: mujeeb.chowdhry_at_nara.gov
>
> Fat City Network Services -- (858) 538-5051 FAX:
> (858) 538-5051
> San Diego, California -- Public Internet
> access / Mailing Lists
>



> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from). You may
> also send the HELP command for other information
> (like subscribing).


Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: james ellis
  INET: jellis24_gso_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hillman, Alex
  INET: Alex.Hillman_at_usmint.treas.gov

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri May 11 2001 - 13:54:56 CDT

Original text of this message

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