Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Upgraded from 12.2.0.1 to 19.3 rman in crontab stopped working

TheLonelyDBAMay 27 2020 — edited Jun 12 2020

12.2.0.1->19.3

Two node RAC

RHEL7

Hi,

we are seeing a strange error, after an upgrade our crontab script fails with:

RMAN-00554: initialization of internal recovery manager package failed

RMAN-04005: error from target database:

ORA-12547: TNS:lost contact

crontab:

/appl/oraapp/oracle/bin/level-arch.sh 1 tyrprod1 /appl/oraapp/oracle/product/19.0.0/db

This script worked fine before the upgrade. No invalid objects in the database.

I can run:

rman

connect target

connect catalog

rman script

that works fine.

I get the same error running this from the cmd:

rman target / catalog rman/secpwd@rcdb

rman target /

also gets the same error

Any ides?

Regards

TheLonelyDBA

Comments
Post Details
Added on May 27 2020
17 comments
1,406 views