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

SOLUTION Recompile the RMAN packages and procedures by connecting to the target database as SYSDBA and execute: $ sqlplus / as sysdba SQL> @$ORACLE_HOME/rdbms/admin/dbmsrman.sqlSQL> @$ORACLE_HOME/rdbms/admin/dbmsbkrs.sqlSQL> @$ORACLE_HOME/rdbms/admin/prvtrmns.plbSQL> @$ORACLE_HOME/rdbms/admin/prvtbkrs.plb

Comments Off on Resolve PL/SQL package SYS.DBMS_BACKUP_RESTORE version is not current PL/SQL package SYS.DBMS_RCVMAN version is too old

Creating Recovery Catalog

By default, RMAN stores its repository in the control file during backups. How long this information is kept, is controlled by the parameter CONTROL_FILE_RECORD_KEEP_TIME. This parameter has a range from…

Comments Off on Creating Recovery Catalog