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

ProcMasks1 Rule

ProcMasks1 Rule

The ProcMasks1 rule masks a stored procedure.
You can configure the ProcMasks1 rule to mask a stored procedure. Add a row in the rule action for each column that the procedure outputs. Create a rule for each stored procedure.
The ProcMasks1 rule has the following values:
Name
The name of the rule is ProcMasks1. You can change the name of the rule based on the name of the stored procedure.
Matcher
The rule uses the Any matcher.
Rule Action
The rule uses the Mask rule action.
Table Name
Enter the name of the stored procedure, preceded and followed by .*. For example, you might enter:
.*Proc_EMPLOYEE.*
Column Name
The name of the column that you want to mask, preceded by .*. For example, you might enter:
.*SALARY
Masking Function
The masking function that you want to use to mask the column data.
Processing Action
The rule uses the Continue processing action.

0 COMMENTS

We’d like to hear from you!