Hi All,
I need your help.
I recently performed database copy of our Prod system to Test system.
Already applied the archive logs in /oracle/SID/oraarch
I am encountering errors below.
I already search the net and tried almost every solution suggested but doesnt seem to work.
SQL> connect / as sysdba
Connected to an idle instance.
SQL> @CONTROL.SQL
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 5083496448 bytes
Fixed Size 2078264 bytes
Variable Size 2550139336 bytes
Database Buffers 2516582400 bytes
Redo Buffers 14696448 bytes
Control file created.
ALTER DATABASE OPEN RESETLOGS
*
ERROR at line 1:
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/oracle/BEQ/sapdata1/system_1/system.data1'
ALTER TABLESPACE PSAPTEMP ADD TEMPFILE '/oracle/BEQ/sapdata1/temp_1/temp.data1'
*
ERROR at line 1:
ORA-01109: database not open
SQL> recover database using backup controlfile until cancel;
ORA-00283: recovery session canceled due to errors
ORA-01201: file 1 header failed to write correctly