Database Backup and Recovery (MOSC)

MOSC Banner

ORA-00704--BOOTSTRAP Error while recovering database.

edited Jul 20, 2010 2:24AM in Database Backup and Recovery (MOSC) 4 commentsAnswered
 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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center