ORA-00205 [message #53854] |
Tue, 15 October 2002 04:36 |
MJ
Messages: 11 Registered: April 2002
|
Junior Member |
|
|
I ve Pers oracle 8 database.Location of my
Po8 database had changed since the drive letter changed.
when I startup I get the err:
error in indentifying control file,check alert log for
more info.
I had changed the path i.e drive letter of control file in control_files
in parameter file but still the same error :
the control file is present in the path specified
with the same name.
|
|
|
Re: ORA-00205 [message #53862 is a reply to message #53854] |
Tue, 15 October 2002 09:02 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
That means you are not reading this file on startup. There is a another init.ora file which is use instead. Check in ORACLE_HOMEdatabase or ORACLE_HOMEadmin.
Or startup as:
svrmgrl>startup pfile="path_to_init.orainit.ora"
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|