Skip to main content

ORA-17628: Oracle error 17629 returned by remote Oracle server, ORA-20079 and ORA-17629


<<Back to Oracle Backup & Recovery Main Page

RMAN Crosscheck Failing with ORA-20079 and ORA-17629

[ORCL1TP] rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Wed Aug 28 11:18:51 2019
Copyright (c) 1982, 2014, Oracle and/or its affiliates.  All rights reserved.
connected to target database: ORCL1TP (DBID=1327454762)
RMAN> connect catalog rman@rcat.oracle.com
recovery catalog database Password:
connected to recovery catalog database
RMAN> crosscheck archivelog all;
ORA-20079: full resync from primary database is not done
doing automatic resync from primary
resyncing from database with DB_UNIQUE_NAME ORCL1TPS
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of crosscheck command at 08/28/2019 11:20:05
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of partial resync command on default channel at 08/28/2019 11:20:05
ORA-17629: Cannot connect to the remote database server
ORA-17628: Oracle error 17629 returned by remote Oracle server
ORA-17629: Cannot connect to the remote database server

RMAN> exit

Recovery Manager complete.


CAUSE:

When connecting to RMAN a password was NOT used.

SOLUTION:


Make sure when you connect to the target database via the "rman" command you use a password: as shown below do NOT use Os authenticaton


[ORCL1TP] rman target sys@ORCL1TPS
Recovery Manager: Release 12.1.0.2.0 - Production on Wed Aug 28 11:21:13 2019
Copyright (c) 1982, 2014, Oracle and/or its affiliates.  All rights reserved.
target database Password:
connected to target database: ORCL1TP (DBID=1327454762)
RMAN> connect catalog rman@rcat.oracle.com
recovery catalog database Password:
connected to recovery catalog database
RMAN> crosscheck archivelog all;
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=1151 device type=DISK
specification does not match any archived log in the repository
RMAN>

Comments