El blog de oracle en Español

Oracle Data Masking

In this post carry out a practical case study using the Oracle Data Masking and Subsetting Pack. Data masking is the process of permanently replacing confidential data with fictitious data. The aim is to remove confidential data from testing, development, analytics, and other non-production environments. Before

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.

Hide / obfuscate PL/SQL code (WRAP)

Sometimes it is necessary to hide (obfuscate) our PL/SQL source code. This utility should be used judiciously, it is not about hiding all the available code, but only that which for security reasons, should not be shared with third parties. The method used has been traditionally performed with the WRAP tool, which we detail below
Oracle ACE Associate