cancel
Showing results for 
Search instead for 
Did you mean: 

RMAN error on Production Databases

CoMurphy
Level 4

Hello we currently have our DBA team looking into this error and we are wondering if anyone else has experienced this error and what they did to work around it?

 

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 08/19/2014 16:20:28
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of partial resync command on default channel at 08/19/2014 16:20:28
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

 

Thanks,

CM

1 ACCEPTED SOLUTION

Accepted Solutions

Nicolai
Moderator
Moderator
Partner    VIP   
ORA-01017: invalid username/password; logon denied

This is not a Netbackup error message, coming straight from Oracle.

Google return a mount of hits on ORA-01017. Possible best fit is checking grants permissions

http://www.dba-oracle.com/t_ora_01017.htm

Worth looking at also:

http://oracle-base.com/articles/11g/case-sensitive-passwords-11gr1.php

And also this one 

http://docs.oracle.com/cd/B19306_01/server.102/b14237/initparams180.htm

View solution in original post

6 REPLIES 6

Will_Restore
Level 6

Not really NBU issue.  See this thread for possible soluton:

http://stackoverflow.com/questions/14476875/ora-01017-invalid-username-password-when-connecting-to-11g-database-from-9i-clie

CoMurphy
Level 4

Connectivity to the database is actually fine. Our DBA is saying that after the full backup of DF, when it goes to backup archive log files that it checks to see if any new data files were added and if there were that is where it is failing.

 

We came up with a "possible" solution of making the RMAN script stop after the data file then start a seperate process for archive log files.

 

Thanks!

CoMurphy
Level 4

Thank you for the link. However we are 99% positive that it is not password or user information causing the error. That is true this may not be truely NBU issue. However NBU does report an error 6 for each backup that failed and someone else may have had this issue.

 

 

Thanks,
CM

Michael_G_Ander
Level 6
Certified

What happens if you try to do the resync by hand in the rman prompt ?

The standard questions: Have you checked: 1) What has changed. 2) The manual 3) If there are any tech notes or VOX posts regarding the issue

Marianne
Level 6
Partner    VIP    Accredited Certified

I would like to see the script that is used...

I am no scripting or rman expert, but have never seen this happen when the sample script was used for hot catalog backups.

Nicolai
Moderator
Moderator
Partner    VIP   
ORA-01017: invalid username/password; logon denied

This is not a Netbackup error message, coming straight from Oracle.

Google return a mount of hits on ORA-01017. Possible best fit is checking grants permissions

http://www.dba-oracle.com/t_ora_01017.htm

Worth looking at also:

http://oracle-base.com/articles/11g/case-sensitive-passwords-11gr1.php

And also this one 

http://docs.oracle.com/cd/B19306_01/server.102/b14237/initparams180.htm