Hello,
I want to restore test database from production on oracle 10g, but I dont have the controlfile anymore.
SQL> startup mount
ORACLE instance started.
Total System Global Area 1660944384 bytes
Fixed Size 2004712 bytes
Variable Size 838863128 bytes
Database Buffers 805306368 bytes
Redo Buffers 14770176 bytes
ORA-00205: error in identifying control file, check alert log for more info
SQL> show parameter control_file;
NAME TYPE
------------------------------------ ---------------------------------
VALUE
------------------------------
control_file_record_keep_time integer
30
control_files string
D:\ORACLE\test_sid\ORIGLOGA\CNTRL\C
NTRLtest_sid.DBF, D:\ORACLE\QAS\ORI
GLOGB\CNTRL\CNTRLtest_sid.DBF, F:\O
RACLE\test_sid\SAPDATA1\CNTRL\CNTRL
test_sid.DBF
SQL>
In these location, I have the control file from production system.
Can you please suggest me something, pls
thx
Chris