Forum Discussion

acioffarelli's avatar
22 days ago

Oracle credential verification failed . NBU10.4.0.1

Hello, does anyone know the log file, or files, i can check to investigate the credential validation in NBU? I need to register a single instance database, i can see it and i can backup it with a standard policy but when i try to add a credential it fails (wrong user/pass).

The credentials are valid, tested with sqlplus and Toad. I can also reach the db on port 1521 (listener).

Thank you, regards

2 Replies

  • ask your DBA and try below from oracle server (linux and oracle username) and see the result

    $ORACLE_HOME/bin/sqlplus <providedUserName>/<Password>@'(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<hostname>)(PORT=<portname>))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=<NAME>)(INSTANCE_NAME=<instanceNAme>)))' AS SYSBACKUP

    Note:replace <> with proper values