Masking sensitive fields in APEX
Data masking with APEX Background A common customer requirement is to mask sensitive or personally identifiable data from APEX reports. Oracle has a ‘Data Masking and Subsetting’ product that performs this task. However, for smaller APEX projects, the full blown data masking product might be overkill as it needs familiarity with the product and configuration. This may be time consuming and expensive. However, we are able to use the PL/SQL package DBMS_REDACT to achieve the same result. ...