Re: Drop schema and all related objects

2001-05-11 Thread james ellis

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


james
--- Mujeeb Chowdhry [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 
 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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



Re: Drop schema and all related objects

2001-05-11 Thread Muthaiah

Hi,


Drop user user_name cascade; will drop the user including objects.


Hope this helps,

Muths

At 05:40 AM 5/11/01 -0800, you 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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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!?
Get your free @yahoo.com address at http://mail.yahoo.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Muthaiah
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



Re: Drop schema and all related objects

2001-05-11 Thread Scott Canaan

Try drop user username cascade;

Mujeeb Chowdhry 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: [EMAIL PROTECTED]

 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: [EMAIL PROTECTED] (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).

--
Scott Canaan ([EMAIL PROTECTED])
(716) 475-7886
Life is like a sewer, what you get out of it depends on what you put into it - Tom 
Lehrer


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Scott Canaan
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: Drop schema and all related objects

2001-05-11 Thread Armstead, Michael A

DORP USER username CASCADE;

Michael Armstead
Application Database Administrator, OCP-Certified
US Pharmaceuticals IT
Glaxo SmithKline

 -Original Message-
 From: Mujeeb Chowdhry [SMTP:[EMAIL PROTECTED]]
 Sent: Friday, May 11, 2001 9:40 AM
 To:   Multiple recipients of list ORACLE-L
 Subject:  Drop schema and all related objects
 
 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: [EMAIL PROTECTED]
 
 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: [EMAIL PROTECTED] (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: Armstead, Michael A
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: Drop schema and all related objects

2001-05-11 Thread Armstead, Michael A

Let's try to spell it correctly this time:

DROP USER username CASCADE;

Michael Armstead
Application Database Administrator, OCP-Certified
US Pharmaceuticals IT
Glaxo SmithKline

 -Original Message-
 From: Armstead, Michael A 
 Sent: Friday, May 11, 2001 9:24 AM
 To:   '[EMAIL PROTECTED]'
 Subject:  RE: Drop schema and all related objects
 
 DORP USER username CASCADE;
 
 Michael Armstead  
 Application Database Administrator, OCP-Certified
 US Pharmaceuticals IT
 Glaxo SmithKline
 
   -Original Message-
   From:   Mujeeb Chowdhry [SMTP:[EMAIL PROTECTED]]
   Sent:   Friday, May 11, 2001 9:40 AM
   To: Multiple recipients of list ORACLE-L
   Subject:Drop schema and all related objects
 
   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: [EMAIL PROTECTED]
 
   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: [EMAIL PROTECTED] (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: Armstead, Michael A
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: Drop schema and all related objects

2001-05-11 Thread Jack C. Applewhite

Drop User username Cascade ;


Jack C. Applewhite
Database Administrator/Developer
OCP Oracle8 DBA
iNetProfit, Inc.
Austin, Texas
www.iNetProfit.com
[EMAIL PROTECTED]
(512)327-9068


-Original Message-
Chowdhry
Sent: Friday, May 11, 2001 8:40 AM
To: Multiple recipients of list ORACLE-L


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: Jack C. Applewhite
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: Drop schema and all related objects

2001-05-11 Thread Jacques Kilchoer
Title: RE: Drop schema and all related objects





 -Original Message-
 From: james ellis [mailto:[EMAIL PROTECTED]]
 
 connect as sys or system.
 drop user username cascade;
 The user and all objects will be removed.
 
 --- Mujeeb Chowdhry [EMAIL PROTECTED] wrote:
  
  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.



In My Humble Opinion, connecting as sys or system should be reserved for tasks that cannot be accomplished through another user.

Instead, you could connect as any user that has DBA role (or the appropriate privileges) and then issue the drop statement.

Also, it can often prove useful later to first do an export of the user and all the objects owned by that user, BEFORE doing the drop user cascade.

--
Jacques R. Kilchoer
(949) 754-8816
Quest Software, Inc.
8001 Irvine Center Drive
Irvine, California 92618
U.S.A.
http://www.quest.com





RE: Drop schema and all related objects

2001-05-11 Thread Hillman, Alex

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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 
 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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



Re: RE: Drop schema and all related objects

2001-05-11 Thread Mujeeb Chowdhry

Thanks to all who replied, it works. 

 [EMAIL PROTECTED] 05/11 1:42 PM 
 -Original Message-
 From: james ellis [mailto:[EMAIL PROTECTED]] 
 
 connect as sys or system.
 drop user username cascade;
 The user and all objects will be removed.
 
 --- Mujeeb Chowdhry [EMAIL PROTECTED] wrote:
  
  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.


In My Humble Opinion, connecting as sys or system should be reserved for
tasks that cannot be accomplished through another user.
Instead, you could connect as any user that has DBA role (or the appropriate
privileges) and then issue the drop statement.
Also, it can often prove useful later to first do an export of the user and
all the objects owned by that user, BEFORE doing the drop user cascade.

--
Jacques R. Kilchoer
(949) 754-8816
Quest Software, Inc.
8001 Irvine Center Drive
Irvine, California 92618
U.S.A.
http://www.quest.com

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Mujeeb Chowdhry
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).