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

Compiling the Masking Package

Compiling the Masking Package

Compile the masking package and create a temporary schema in the DDMADMIN schema.
  1. To create the masking package, run the following script:
    DDM_MASKING_SP_SPEC.sql
  2. To create the body of the package, run the following script:
    DDM_MASKING_SP_BODY.sql
  3. To create a PUBLIC synonym for the masking package, run the following commands:
    • CREATE PUBLIC SYNONYM DDM_MASKING_SP FOR <DDMAMDIN>.DDM_MASKING_SP
    • GRANT EXECUTE ON DDM_MASKING_SP TO PUBLIC

0 COMMENTS

We’d like to hear from you!