JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Administration Guide 11g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

Part I Directory Server Administration

1.  Directory Server Tools

2.  Directory Server Instances and Suffixes

3.  Directory Server Configuration

4.  Directory Server Entries

5.  Directory Server Security

6.  Directory Server Access Control

7.  Directory Server Password Policy

8.  Directory Server Backup and Restore

9.  Directory Server Groups, Roles, and CoS

10.  Directory Server Replication

11.  Directory Server Schema

12.  Directory Server Indexing

13.  Directory Server Attribute Value Uniqueness

14.  Directory Server Logging

15.  Directory Server Monitoring

Part II Directory Proxy Server Administration

16.  Directory Proxy Server Tools

17.  Directory Proxy Server Instances

18.  LDAP Data Views

19.  Directory Proxy Server Certificates

20.  Directory Proxy Server Load Balancing and Client Affinity

21.  Directory Proxy Server Distribution

22.  Directory Proxy Server Virtualization

23.  Virtual Data Transformations

Configuring Virtual Data Transformations

To Add a Virtual Transformation

To Remove a Virtual Transformation

Virtual Transformation Examples

Deriving an Attribute From the Existing Attributes of an Entry

Mapping a Virtual Attribute to a Physical Attribute

Displaying a Second Virtual Value of an Attribute, Specified by Another Physical Attribute

Storing a Second Value to an Attribute Specified by Another Physical Attribute

Removing an Attribute From the Output

Masking an Attribute While Saving an Entry

Displaying a Default Value of an Attribute

Storing a Default Value to an Attribute

24.  Connections Between Directory Proxy Server and Back-End LDAP Servers

25.  Connections Between Clients and Directory Proxy Server

26.  Directory Proxy Server Client Authentication

27.  Directory Proxy Server Logging

28.  Directory Proxy Server Monitoring and Alerts

Part III Directory Service Control Center Administration

29.  Directory Service Control Center Configuration

Index

Configuring Virtual Data Transformations

You can add a virtual data transformation to any type of data view: an LDAP data view, an LDIF data view, a join data view, or a JDBC data view.

To Add a Virtual Transformation

You cannot use DSCC to perform this task. Use the command line, as described in this procedure.

  1. Add the transformation to a data view.
    $ dpconf add-virtual-transformation -h host -p port view-name \
     transformation-model transformation-action attribute-name [parameters...]

    The transformation-model can be one of the mapping, write, and read transformations.

    The transformation-action can be one of the add-attr, remove-attr, add-attr-value, remove-attr-value, def-value, and attr-value-mapping actions.

    Note that parameters might be mandatory, depending on the transformation-model and the transformation-action.

    For information about transformation models, transformation actions, and transformation parameters, see Virtual Data Transformations in Oracle Directory Server Enterprise Edition Reference.

  2. (Optional) View the list of virtual transformations that are defined on a data view.
    $ dpconf list-virtual-transformations -h host -p port view-name

To Remove a Virtual Transformation