Home » Server Options » Data Guard » DR site updations
DR site updations [message #146862] Mon, 14 November 2005 05:02 Go to next message
risy_s
Messages: 44
Registered: September 2005
Location: Mumbai
Member

hello everybody

currantly i m updating my dr database.....i have created one standby controfile using primary side control file and up the dr database like this
1. copy controlfile,all dbf file and redolog file from primary db
2. edit the initfile of dr db with primary side control file
3. startup nomount
4. alter database mount standby database
5. alter database create standby controlfile as 'path'
6. shutdown database
7. edit the initfile of dr db with newly created standby controlfile
8. startup nomount pfile='path'
9. alter database mount standby database
10. alter database open read only
now i m able to open my dr db in read only mode

now i have to recover archive log file from primary sid
so i have done thees staps
1.shutdown immediate
2.startup nomount
3.alter database mount standby database
4.recover standby database
after this steps i m getting this error

ORA-01153:an incompatible media recovery is activ

plz help me to solve this problem.....

Rushikesh...................
Re: DR site updations [message #146866 is a reply to message #146862] Mon, 14 November 2005 05:17 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
Hi,

You need to complete or cancel any other media recovery sessions before continuing. If you have a background job applying logs, unschedule it.

Check your ALERT.LOG file to see what is going on.

Best regards.

Frank
Previous Topic: What is Data Guard?
Next Topic: DataGuard Across OS Platforms
Goto Forum:
  


Current Time: Thu Apr 18 17:33:03 CDT 2024