Wednesday, 21 August 2013

ORA-17629: Cannot connect to the remote database server

Starting backup at 17-JUL-13
using channel ORA_DISK_1
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 07/17/2013 14:06:
14
ORA-17629: Cannot connect to the remote database server
ORA-17627: ORA-01031: insufficient privileges
ORA-17629: Cannot connect to the remote database server
continuing other job steps, job failed will not be re-run
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 07/17/2013 14:06:15
RMAN-03015: error occurred in stored script Memory Script
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 07/17/2013 14:06:
15
ORA-17629: Cannot connect to the remote database server
ORA-17627: ORA-01031: insufficient privileges
ORA-17629: Cannot connect to the remote database server

RMAN>
Hello;

The orapwd file was copied...

Did you happen to rename it?

For example on my Primary system my password file is located here and name :

/u01/app/oracle/product/11.2.0/dbs/orapwPRIMARY

So I copy it to the same location on my Standby server and rename it :

/u01/app/oracle/product/11.2.0/dbs/orapwSTANDBY (So it becomes "orapwSTANDBY" )


Also make sure this parameter is set like this on both servers :


remote_login_passwordfile='EXCLUSIVE'


I have a short RMAN duplicate here : ( it assumes NET80, FORCED LOGGING, INIT, and LISTENER setup in advance)

http://www.visi.com/~mseberg/duprman.html

No comments:

Post a Comment