Backup failure on DR site when connected through Target
We have primary database and physical standby database. Both databases are on different servers. When I try to take backup of database from standby side i.e. I issue following commands:
$ rman target /
RMAN> connect catalog rcat_lwsn_prdlbip/****@rman11
connected to recovery catalog database
RMAN> backup incremental level 0 database plus archivelog;
Starting backup at 03-AUG-14
RMAN-06820: WARNING: failed to archive current log at primary database
ORACLE error from target database:
ORA-17629: Cannot connect to the remote database server
ORA-17627: ORA-00942: table or view does not exist
We receive above mentoined error.
If I try to connect the following way i.e. using sys credentials :