ORA-00704--BOOTSTRAP Error while recovering database.
Hello,
I'm cloning the oracle database(10.2.0.4.0). While recovering the database using reset logs option , Instance is terminated and in alert log and trace i find unusual error like
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
My point is >>Im not upgrading the database.
>> Both the oracle home and OS are exactly same.
>>Control file is created properly
>>Archive logs applied successfully
>>While alter database open reset logs giving error
Please suggest solution.
Control file script
CREATE CONTROLFILE SET DATABASE "D07" RESETLOGS NOARCHIVELOG
MAXLOGFILES 255
MAXLOGMEMBERS 3
MAXDATAFILES 1016
MAXINSTANCES 50
MAXLOGHISTORY 25708
LOGFILE
GROUP 1 ('/oracle/D07/origlogA/log_g1m1.dbf','/oracle/D07/mirrlogA/log_g1m2.dbf') SIZE 300M,
I'm cloning the oracle database(10.2.0.4.0). While recovering the database using reset logs option , Instance is terminated and in alert log and trace i find unusual error like
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
My point is >>Im not upgrading the database.
>> Both the oracle home and OS are exactly same.
>>Control file is created properly
>>Archive logs applied successfully
>>While alter database open reset logs giving error
Please suggest solution.
Control file script
CREATE CONTROLFILE SET DATABASE "D07" RESETLOGS NOARCHIVELOG
MAXLOGFILES 255
MAXLOGMEMBERS 3
MAXDATAFILES 1016
MAXINSTANCES 50
MAXLOGHISTORY 25708
LOGFILE
GROUP 1 ('/oracle/D07/origlogA/log_g1m1.dbf','/oracle/D07/mirrlogA/log_g1m2.dbf') SIZE 300M,
0