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: Restoring from OS files

Re: Restoring from OS files

From: Juan Carlos Reyes Pacheco <juancarlosreyesp_at_gmail.com>
Date: Mon, 28 Nov 2005 12:21:24 -0400
Message-ID: <cd4305c10511280821l37514fa3q234fc33fd2cbf8c5@mail.gmail.com>


Hi Mark, I did this dozens of times, You are missing something try recreating the service.
stop service and

oradim -DELETE -sid %1
oradim -new -sid %1 -intpwd %170613474 -startmode auto -pfile E:\ora%1\init\init%1.ora -maxusers 5

Maybe you are missing some parameter, I don't know.

Now if you don't solve your situation then sqlplus /nolog
conn sys/ as sysdba
startup pfile=path open recover
and there you should see the problem

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Nov 28 2005 - 10:23:27 CST

Original text of this message

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