Customize table space quota sizes

The adapter enables customizing the required quota size on the table spaces when you provision user accounts.

  1. Open the OracleAdapter.xml file on IBM Security Directory Integrator.
  2. Add the required values for the table space quota sizes as follows:
    1. Open OracleSearchUserAL.
    2. Go to Feed Section.
    3. Select the conOracleGetTSQuotas connector.
    4. Open Before Selection.
    5. Search for following line where ‘qt’ array is defined:
      var qt = new Array("128K","256K","512K","1M","2M","4M","8M","16M","32M","64M","UNLIMITED");
    Note: Use the following conventions for specifying the quota sizes:
    K
    Kilobytes
    M
    Megabytes
    G
    Gigabytes
    UNLIMITED
    Unlimited quota
  3. Build a profile jar with updated OracleAdapter.xml file.
  4. Import the newly built profile jar (OracleAdapterProfilejar) into the Identity Brokerage on-premisis component.
  5. Restart the Service for IBM Security Directory Integrator.