blog Oracle blog in Spanish

PL/SQL package .DBMS_RCVCAT / CAT.DBMS_RCVMAN version in RCVCAT database is not current error

When you connect to your RMAN catalog and receive the following error, usually after a database upgrade: "RMAN.DBMS_RCVCAT / CAT.DBMS_RCVMAN version in RCVCAT database is not current error." [oracle@localhost ~]$ rman target sys/** catalog cat/**@CAT Recovery Manager: Release 19.0.0.0.0 – Production on Thu Aug 15 18:30:27 2024Version 19.21.0.0.0 Copyright (c) 1982,

Restore a table with RMAN

In version 12c, many very useful new features were introduced. Among them is the ability to recover a table using RMAN. This feature applies to both Multitenant Multitenant architectures, allowing you to recover a table from a PDB necessary. The official note link be found at the following link : RMAN
Oracle ACE