Oracle® Business Intelligence Enterprise Edition Deployment Guide > Integrating Oracle Internet Directory With Oracle Business Intelligence > Provisioning for Oracle BI Using Directory Integration Platform (DIP) >

Implementing the Directory Integration Platform (DIP) Standard Package


This task is part of Provisioning for Oracle BI Using Directory Integration Platform (DIP).

The PL/SQL interface provided by the Directory Integration Platform (DIP) has standard package (sql files) which access and manipulate data in the backend tables in the database where provisioning is to happen. Database objects must first be created before the standard package is able to access the tables.

Examine the contents of the following files and modify as necessary for your database. Adapt and run the following SQL in the order listed below.

  1. ldap_ntfy_30.sql
  2. ldap_ntfy_30.pks
  3. ldap_ntfy_30.pkb

The PL/SQL package consists of the following:

  • ldap_ntfy_30.sql: DDLs for table and type definitions
  • ldap_ntfy_30.pks: Interface for the package LDAP_NTFY
  • ldap_ntfy_30.pkb: Implementation of the package LDAP_NTFY

The name of the PL/SQL package can be changed. However, the procedures within the package should have the exact same signature as in the source file.

The contents of the files listed above are provided in Supporting Files For Provisioning Using Directory Integration Platform (DIP). These are sample files only. You must modify them before using.

Oracle® Business Intelligence Enterprise Edition Deployment Guide Copyright © 2006, Oracle. All rights reserved.