Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.8K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
DATAGUARD: Recover from service ORA-17627 invalid username and password

Good morning fellows
My standby has fallen behind and i need to roll it forward, but I'm having issues trying to use the Recover from Service feature. Whenever i connect to the standby and execute the command i get the following response from the database:
RMAN> recover database from service PRIM noredo using compressed backupset;
Starting recover at 24-NOV-20
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=2270 device type=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 11/24/2020 11:06:20
ORA-17629: Cannot connect to the remote database server
ORA-17627: ORA-01017: invalid username/password; logon denied
ORA-17629: Cannot connect to the remote database server
I have tried copying the password file from primary and bouncing the standby, but the issues still persist. Also i tried changing the SYS password and copying the password file again, but still i get the error message. Any help will be really appreciate. The following are the details:
DB Version: 12.2.0.1.0 with ASM
PRIM: RAC 2-node
STANDBY: 1 node
O.S: Solaris 11
Regards.
DMX.