SYS.DBMS_BACKUP_RESTORE & SYS.DBMS_RCVMAN RMAN

While we have the 19c Oracle dataabse and after upgrade the oracle home, we have a warning in the alert log that the RMAN package is too old e.g: After upgrade du 19.3 to 19.14

PL/SQL package SYS.DBMS_BACKUP_RESTORE version  is not current
PL/SQL package SYS.DBMS_RCVMAN version 19.03.00.00 is too old
PL/SQL package SYS.DBMS_BACKUP_RESTORE version is not current
PL/SQL package SYS.DBMS_RCVMAN version 19.03.00.00 is too old

Also when we connect to RMAN session:

Solution:

Apply this 4 scripts with the sys user in the CDB$ROOT.

SQL> @$ORACLE_HOME/rdbms/admin/dbmsrman.sql
SQL> @$ORACLE_HOME/rdbms/admin/dbmsbkrs.sql
SQL> @$ORACLE_HOME/rdbms/admin/prvtrmns.plb
SQL> @$ORACLE_HOME/rdbms/admin/prvtbkrs.plb

Enjoy!

Bookmark the permalink.
Loading Facebook Comments ...

Leave a Reply