cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear Experts,

we are using Oracle 10g on RHEL5.4 64Bit ecc 6.0 with eph 4 i have moved all my sap data files along with Temp file.

when i startup my database getting error.

SQL> startup mount

ORACLE instance started.

Total System Global Area 535662592 bytes

Fixed Size 1334380 bytes

Variable Size 306185108 bytes

Database Buffers 222298112 bytes

Redo Buffers 5844992 bytes

ORA-00205: error in identifying control file, check alert log for more info

when i checked initSID.ora then found old location of control file.

1)/oracle/SID/sapdata1/cntrl

2)/oracle/SID/origlogA/cntrl

3)/oracle/SID/origlogB/cntrl

i have manually changed location of control file.

1)/oracle/SID/sapdata10/cntrl

2)/oracle/SID/origlogA/cntrl

3)/oracle/SID/origlogB/cntrl

SQL> Create Pfile from Spfile;

File Created.

i would like to mount my database from Pfile plese help me i execute scripts below.

SQL> STARTUP MOUNT=/oracle/SID/ORACLE_HOME/dbs/initSID.ora

invalid startup option.

or suggest me some other way so that i can startup my Database.

with Regards

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

>> we are using Oracle 10g on RHEL5.4 64Bit ecc 6.0 with eph 4 i have moved all my sap data files along with Temp file.

How did you performed this operation? You should do this operation with "alter database rename file" command. So, if you didn't execute this command, relocate the datafiles and controlfiles to the old location. Then, open the database respectfully and move datafiles by using the statement, below. After that, shutdown the database again and copy the files physically to the new location. Under this circumstance, if you are able to open the database with the current control files, you don't need to re-create them.

alter database rename file '<source_datafile_full_path>' to '<destination_datafile_full_path>';

Best regards,

Orkun Gedik