I am trying to connect to target and auxiliary databases ,i got the below error
rman -0057
rman-00569
rman-00571
rman-00554: initialization of internal recovery manager failed
rman-04005:error from target database
ORA-01017:INVALID/USER PASSWORD LOGIN DENIED
To resolve this i tried changing sys user password so many times ,recreated password file and copied that to standby but nothing worked out.
Finally ,now checking the following parameters
REMOTE_LOGIN_PASSWORD
REMOTE_OS_AUTHENT
By default the two above parameters should set to EXCLUSIVE and FALSE values respectively
But due to some reason,in my case set to NONE and TRUE,now i changed to EXCLUSIVE and FALSE then now its works fine
rman -0057
rman-00569
rman-00571
rman-00554: initialization of internal recovery manager failed
rman-04005:error from target database
ORA-01017:INVALID/USER PASSWORD LOGIN DENIED
To resolve this i tried changing sys user password so many times ,recreated password file and copied that to standby but nothing worked out.
Finally ,now checking the following parameters
REMOTE_LOGIN_PASSWORD
REMOTE_OS_AUTHENT
By default the two above parameters should set to EXCLUSIVE and FALSE values respectively
But due to some reason,in my case set to NONE and TRUE,now i changed to EXCLUSIVE and FALSE then now its works fine