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,

Configure Oracle Transparent Data Encryption (TDE)

What is TDE and why is it important? TDE (Transparent Data Encryption) allows you to encrypt sensitive data stored in tables, tablespaces and even in database backups. This is crucial to protect sensitive information in case of unauthorized access. Important: Before applying TDE make sure you have a license.
Oracle ACE