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

Adding Oracle BI Application to Privileged Groups


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

Add Oracle BI to privileged groups in Oracle Internet Directory using the procedure outlined below. Also grant necessary privileges to the application so that it can be manipulated using command line utilities.

Refer to chapter Deploying Provisioning-Integrated Applications in the Oracle Identity Management Integration Guide 10g (10.1.4.0.1) for a list of the common privileged groups in OID.

To add Oracle BI Application to Privileged Groups

  • Run the following command:

    ldapmodify -a -h $host -p $port -D cn=orcladmin -w $passwd -v -f appriv.dat

    The following lines in the apppriv.dat file grants "create user" privileges in all realms to the DummyappOnline application:

    dn: cn=OracleDASCreateUser,cn=Groups,cn=OracleContext
    changetype: modify
    add: uniquemember
    uniquemember:
    orclApplicationCommonName=DummyappOnline,cn=DUMMYAPP,cn=Products,cn=OracleContext

The entire contents of the appriv.dat file are provided in Supporting Files For Provisioning Using Directory Integration Platform (DIP).

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