Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

PL/SQL package SYS.DBMS_BACKUP_RESTORE Version is Not Current (Doc ID 2741760.1)

edited Jan 26, 2024 4:54PM in Database Install/Upgrade/Opatch (MOSC) 3 commentsAnswered ✓

Problem Description:

PL/SQL package SYS.DBMS_BACKUP_RESTORE Version is Not Current (Doc ID 2741760.1)

I have installed the Oracle Database 21.13 & 19.22 Release Update Jan-16-2024 and I am still seen this problem.

PL/SQL package SYS.DBMS_BACKUP_RESTORE version is not current

PL/SQL package SYS.DBMS_RCVMAN version

The workaround is simple, we just need to execute these scripts in the cdb$root.

$ sqlplus / as sysdba

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

Enhancement Request:

This problem is happening for a long time now and it needs to be fixed.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center