cancel
Showing results for 
Search instead for 
Did you mean: 

BRRESTORE - ALTER DATABASE OPEN RESTLOGS

mukundk_sap
Participant
0 Kudos

Hi all

We are doing Backup restore of Our PRD to Test. The test system is stand alone with same sid same sys no.

Backup on Disk ( Offline + redo logs)

we restore the backup. brrestore -c force -b (filename) -m full

create control file with sql script. ( alter database backup controlfile to trace )

control file created succesfully

with startup mount we try to alter database open restlog , it gives error

error at line 1

ORA-02288: Invalid OPEN mode

FYI : ECC 6 with Oracle 10g and Windows2003-64bit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mukund,

You know the command, but you committed a silly typo there.

To convince you, check this:

http://ora-02288.ora-code.com/

regards.

Former Member
0 Kudos

Hi Mukund,

alter database open restlog

is it a typeing mistake resetlog

or noresetlog

Regards

Ashok Dalai

mukundk_sap
Participant
0 Kudos

Dear Ashok Dalai

i know the cmd ...

ALTER DATABASE OPEN RESTLOGS;

Mukund

Former Member
0 Kudos

i know the cmd ...

ALTER DATABASE OPEN RESTLOGS;

And yet a letter is missing:

RESETLOGS

Former Member
0 Kudos

hi mukund,

all right,

you can alter database open noresetlogs or only open.

and you can test db!

ferhan

Former Member
0 Kudos

Try SQL> alter database open resetlogs;