Forum Discussion

CoMurphy's avatar
CoMurphy
Level 4
10 years ago

RMAN error on Production Databases

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

  • 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

6 Replies

  • 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

  • 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!

  • 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

  • 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.

  • 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