Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to drop a datase ??
I can't imagine those records being that important if there was no backup plan in place.
-----Original Message-----
Sent: Sunday, March 11, 2001 11:20 PM
To: Multiple recipients of list ORACLE-L
Sorry ,
If you accidentally drop it without having backup , there's no other way to recover it...
an exprienced DBA just write 3 lines in his summary presentation :
1.BACKUP BACKUP BACKUP 2.PRACTICE , PRACTICE , PRACTICE 3. Dont Panic
HTH , =bambang=
<> Bambang Setiawan <>
>>> <sinardyxing_at_bcsis.com> 03/12/01 10:10 >>> 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). -- 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: Kimberly Smith INET: kimberly.smith_at_gmd.fujitsu.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 Mon Mar 12 2001 - 10:48:58 CST
![]() |
![]() |