Error when duplicate target database for standby from active database [message #633340] |
Mon, 16 February 2015 06:20 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hitesh.bhatt
Messages: 84 Registered: February 2014 Location: INDIA
|
Member |
|
|
Hi,
While creating physical standby database following error occurs -
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 02/16/2015 17:31:27
RMAN-03015: error occurred in stored script Memory Script
RMAN-03009: failure of backup command on c1 channel at 02/16/2015 17:31:27
ORA-17629: Cannot connect to the remote database server
ORA-17627:
ORA-17629: Cannot connect to the remote database server
Can anyone please help?
Many Thanks in advance
Regards,
Hitesh
|
|
|
|
|
|
Re: Error when duplicate target database for standby from active database [message #633377 is a reply to message #633376] |
Tue, 17 February 2015 05:09 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hitesh.bhatt
Messages: 84 Registered: February 2014 Location: INDIA
|
Member |
|
|
For information, I am trying to create Physical standby database on same machine (Windows 7-64 Bit) , 11.2.0.3 database.
I created physical standby database using following scripts -
run
{
allocate channel c1 device type disk format '<PATH_Backup>/%u';
backup database plus archivelog;
}
-----
backup current controlfile for standby format '<Path>/standbycontrol.ctl';
-----
duplicate target database for standby dorecover;
....
Post creation of standby database, standby database started but it shows PRIMARY_INSTANCE in v$instance and when trying to start PRIMARY database, it gave error Controlfile conflict so I restored from RMAN but post restore it gave above error - (ORA-19698)
Please help me how to resolve this ?
Many Thanks in advance.
|
|
|
|