How to drop a datase ??

2001-03-11 Thread sinardyxing

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

2001-03-11 Thread sinardyxing

sorry guys I got the answer

dbassist 






-Original Message-
Sent: Monday, 12 March 2001 9:28 AM
To: [EMAIL PROTECTED]; 'lzDBA'


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



Think you know someone who can answer the above question? Forward it to
them!
to unsubscribe, send a blank email to [EMAIL PROTECTED]
to subscribe send a blank email to [EMAIL PROTECTED]
Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  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: How to drop a datase ??

2001-03-11 Thread Bambang Setiawan


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 

 [EMAIL PROTECTED] 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: [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: Bambang Setiawan
  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: How to drop a datase ??

2001-03-11 Thread sinardyxing

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 

 [EMAIL PROTECTED] 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: [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: Bambang Setiawan
  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: 
  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: How to drop a datase ??

2001-03-11 Thread Bambang Setiawan


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 

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

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