Table of Contents

Search

  1. Preface
  2. Introduction to the Stored Procedure Accelerator for Oracle
  3. Masking Stored Procedures and User-Defined Table Functions
  4. Stored Procedure Accelerator Setup
  5. Stored Procedure Accelerator Rules

Stored Procedure Accelerator Guide for Oracle

Stored Procedure Accelerator Guide for Oracle

Step 5. Create a Decision Making Function

Step 5. Create a Decision Making Function

Optionally, create a decision making function if you want to use the MATCH_FUNCTION and MATCH_FUNCTION_PARAMS symbols.
You can define additional symbols in the DefMaskRSSym security rule that use a PL/SQL function to determine whether to mask the stored procedure. If you want to use the MATCH_FUNCTION and MATCH_FUNCTION_PARAMS symbols, you must create a PL/SQL function that returns 0 or 1. If the function returns 1, Dynamic Data Masking masks the stored procedure. If the function returns 0, Dynamic Data Masking does not mask the stored procedure.

0 COMMENTS

We’d like to hear from you!