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

Home -> Community -> Mailing Lists -> Oracle-L -> drop user

drop user

From: Ehresmann, David <David.Ehresmann_at_ps.net>
Date: Mon, 04 Aug 2003 13:59:24 -0800
Message-ID: <F001.005C8DC8.20030804135924@fatcity.com>


What is the fastest way to drop a user/schema?

sql>drop user NAME cascade;

or

disable constraints/keys;
truncate tables;
drop user cascade;

Is there a site out there that describes what happens when a user is dropped? I went to Steve Adam's site and read what he had.

David Ehresmann
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Ehresmann, David
  INET: David.Ehresmann_at_ps.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mon Aug 04 2003 - 16:59:24 CDT

Original text of this message

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