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: How to drop a datase ??

RE: How to drop a datase ??

From: <sinardyxing_at_bcsis.com>
Date: Sun, 11 Mar 2001 19:38:17 -0800
Message-ID: <F001.002C9361.20010311191021@fatcity.com>

Yes those records are very important, how to save them without re-entering those data (oh man they are alot of data)?

-----Original Message-----
Setiawan
Sent: Monday, 12 March 2001 10:30 AM
To: Multiple recipients of list ORACLE-L

Hi ,

is the datafile very very important to you and filled with many records ?

if the datafile can be ignored, you dont have to drop your database. just tell to the database that the lost datafile is explicitly dropped.

first , you have to STARTUP NOMOUNT database , then in SVRMGR type :
ALTER DATABASE mytestDB DATAFILE '/oradata/mydatafile.dbf' OFFLINE DROP.

and then ,
ALTER DATABASE OPEN. HTH, =bambang=

<> Bambang Setiawan <>

>>> <sinardyxing_at_bcsis.com> 03/12/01 08:30 >>> Hi guys,

I deleted one of my datafile, and I can't recover it back because I have no backup.
Can I drop my entire database without reinstalling my Oracle8i ??

Thank you

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: sinardyxing_at_bcsis.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: Bambang Setiawan
  INET: Bambang.Setiawan_at_Sidola.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: 
  INET: sinardyxing_at_bcsis.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).
Received on Sun Mar 11 2001 - 21:38:17 CST

Original text of this message

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