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: PLEASE How to startup a database when you don't have some readwrite datafiles

RE: PLEASE How to startup a database when you don't have some readwrite datafiles

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Tue, 2 Aug 2005 16:03:31 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45023613B6@NT15.oneneck.corp>


What error do you get when you try to offline them?

You might want to try:

 ALTER DATABASE DATAFILE 'filename' OFFLINE DROP;

                                                          ^^^^

Regards,
Brandon

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Juan Carlos Reyes Pacheco
Sent: Tuesday, August 02, 2005 3:54 PM
To: Oracle-L_at_freelists.org
Subject: PLEASE How to startup a database when you don't have some readwrite datafiles

Hi, please does any one knows how in Oracle 9.2 How can I startup a database when the read write datafiles were dropped and can't be recovered.
Some one forgot to leave them read only. In that datafiles there were not information, only empty tables. Finally this is not important.

There is only a full cold backup without that datafiles.

I can't simply connect and put them offline. CONN SYS/SAFI70613474_at_SAFI.WORLD AS SYSDBA SHUTDOWN;
STARTUP PFILE=E:\oraSAFI\init\initSAFI.ora MOUNT; ALTER DATABASE
 DATAFILE 'E:\OraSAFIReadOnly\DFL_a_SAFI' OFFLINE; ALTER DATABASE
 DATAFILE 'D:\ORASAFIREADONLY\DFL_b_IDX_SAFI' OFFLINE; ALTER DATABASE OPEN;
And set
READ_ONLY_OPEN_DELAYED = TRUE What I'm missing, please.

Thank you
--

http://www.freelists.org/webpage/oracle-l

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--

http://www.freelists.org/webpage/oracle-l Received on Tue Aug 02 2005 - 18:09:28 CDT

Original text of this message

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