Skip Headers
Oracle® Fusion Middleware Administrator's Guide for Oracle Virtual Directory
11g Release 1 (11.1.1)

Part Number E10046-06
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

15 Managing Oracle Virtual Directory Entries and Schema

This chapter explains how to manage Oracle Virtual Directory entries and schema using Oracle Directory Services Manager. It contains the following topics:

15.1 Managing Oracle Virtual Directory Entries Using Data Browsers

This topic describes Oracle Virtual Directory data browsers and how to use them to manage Oracle Virtual Directory entries. This topic contains the following sections:

15.1.1 Understanding Oracle Virtual Directory Data Browsers

Oracle Virtual Directory provides the following types of data browsers:

  • Client View browser

  • Adapter browser

Both the Client View and Adapter browsers are automatically created when you define a new Oracle Virtual Directory server. Oracle Virtual Directory uses DSMLv2 over its administrative gateway to retrieve the data presented by the browsers.

Client View Browser

The Client View browser enables you to search and view the entire virtual directory tree (defined by all configured adapters) after Oracle Virtual Directory has performed all data mapping and transformation. Think of the Client View as the after view—what the data looks like after it is virtualized by Oracle Virtual Directory.

You can also import and export LDIF files to and from the Oracle Virtual Directory using the Client View data browser. LDIF is an industry standard textual interchange format designed for exchanging data between LDAP servers. LDIF files are typically used to import and export batch data and schema configuration changes.

Adapter Browser

The Adapter Browser enables you to view data as it exists in both LDAP and Database Adapter connected repositories. Think of the Adapter Browser view as the before view—what the data in LDAP and database repositories looks like before it is virtualized by Oracle Virtual Directory. When using the Adapter Browser to view databases, tables and fields appear as they exist in the original database, including sample table rows to assist in data modeling.

Notes:

  • When you click the name of an existing adapter in the Adapter Browser, the configuration of the adapter appears in the main Oracle Directory Services Manager screen. This adapter configuration information is read only—you cannot edit an adapter's configuration using the Adapter Browser.

  • Data from Join View and Local Store Adapters is not visible from the Adapter Browser.

15.1.2 Managing Oracle Virtual Directory Entries Using the Client View Data Browser

The Client View browser enables you to view and search the entire virtual directory tree (defined by all configured adapters) after Oracle Virtual Directory has performed all data mapping and transformation. You can use the Client View browser to import and export LDIF files to and from the virtual directory. You can also modify and delete attributes of the virtual tree entries using the Client View Browser.

This topic explains how to perform the following Client View browser tasks:

15.1.2.1 Searching the Virtual Directory Tree

You can search the virtual directory tree using the Client View data browser. There are two types of searches: simple and advanced. A simple search only searches the cn, uid, sn, givenname, mail, and initials attributes. An advanced search enables you to specify the search scope depth and other detailed search parameters.

To perform a simple search, perform the following steps:

  1. Log in to Oracle Directory Services Manager.

  2. Select Data Browsers from the task selection bar. The Data Tree appears.

  3. Select the Client View entry in the Data Tree.

  4. Enter the keyword you want to search for in the search field at the top of the Data Tree and click the Simple Search > icon.

To perform an advanced search, perform the following steps:

  1. Log in to Oracle Directory Services Manager.

  2. Select Data Browsers from the task selection bar. The Data Tree appears.

  3. Select the Client View entry in the Data Tree.

  4. Click the Advanced button at the top of the Data Tree. The Search Dialog box appears.

  5. Enter the starting point for the search in the Root Of The Search field.

  6. Enter the maximum number of entries for the search to return in the Max Results (entries) field.

  7. Select the depth scope for the search by selecting one option from the following Search Depth list:

    Base: searches only the entries at the location specified by the Root Of The Search field.

    One Level: searches all entries one level under the location specified by the Root Of The Search field.

    Subtree: searches the location specified by the Root Of The Search field and includes all entries under that location.

  8. Enter in the maximum number of seconds for the search to execute in the Max Search Time (seconds) field.

  9. Enter the Search Criteria as follows:

    1. Select the attribute to search for by selecting the attribute name from the list of attributes.

    2. Select a matching rule from the list of matching rules.

    3. Enter a value for the matching rule in the Specify Matching Value field.

      You can delete a search criterion by clicking the Delete button next to it.

    Note:

    To search for customized (extended) criteria, select the Show LDAP filter option and enter a custom search filter, such as (objectclass=*), in the LDAP Query field.
  10. Click Search to execute the search.

15.1.2.2 Viewing Oracle Virtual Directory Entries

Perform the following steps to view entries in the Oracle Virtual Directory using the Client View data browser:

  1. Log in to Oracle Directory Services Manager.

  2. Select Data Browsers from the task selection bar. The Data Tree appears.

  3. Expand the Client View entry in the Data Tree. The namespaces of the entries in the virtual directory appear.

  4. Navigate to the content you want to view by expanding the appropriate namespace.

  5. Click the entry you want to view. The properties screen appears displaying the attributes and objectclasses for that entry. You can adjust which attributes are shown and which attributes are hidden in the properties screen by clicking the Show All or Hide Empty Values option at the top-right of the screen.

15.1.2.3 Modifying Attributes of Virtual Directory Tree Entries

You can modify and delete attributes of the virtual directory tree entries using the Client View Browser. You cannot add entries using the Client View Browser.

Perform the following steps to modify attributes of virtual directory tree entries using the Client View Browser:

  1. Log in to Oracle Directory Services Manager.

  2. Select Data Browsers from the task selection bar. The Data Tree appears.

  3. Expand the Client View entry in the Data Tree. The namespaces of the entries in the virtual directory appear.

  4. Navigate to the entry you want to modify by expanding the appropriate namespace and then click the entry. The details for that entry appear in the main screen and are organized by context-sensitive tabs, such as Attributes, Person, and Groups, depending upon the type of entry.

The following are common procedures for modifying entries. Regardless of the specific procedure you perform, after modifying an entry, click Apply to save your changes or Revert to discard them.

Notes:

  • To modify the attributes for all types of entries, click the Attributes tab and make the desired changes. By default, only non-empty attributes are shown. You can switch between Managed Attributes and Show All by using the Views list.

  • To change the list of attributes shown as managed attributes, click the icon under Optional Attributes. Select attributes you want to move from the All Attributes list to the Shown Attributes lists and use the Move and Move All arrows to move the attributes. Select attributes you want to move from the shown Attributes list to the All Attributes lists and use the Remove and Remove All arrows to move the attributes. Click Add Attributes to make your changes take effect or click Cancel to discard your changes. After you click Add Attributes, only the attributes that were on the Shown Attributes list are shown in the Managed Attributes view.

To add an object class: 

  1. Click the Attributes tab.

  2. Click the Add icon next to objectclass and use the Add Object Class dialog to select object class entries. Optionally, use the search box to filter the list of object classes. To add the object class, click it and then click OK.

To delete an object class: 

  1. Click the Attributes tab.

  2. Select the object class you want to delete.

  3. Click the Delete icon next to objectclass. The Delete Object Class dialog lists the attributes to be deleted with that class.

  4. Click Delete to proceed or Cancel to cancel the deletion.

To modify person entries: 

  1. Click the Person tab.

  2. Modify the information as needed. To upload a photograph for the person entry, click Browse, navigate to the photograph, then click Open. To update the photograph, click Update and follow the same procedure. Click the Delete icon to delete the photograph.

To modify group entries: 

  1. Click the Group tab.

  2. Click Add or Delete in the appropriate text box to add or delete a group owner or member.

15.1.2.4 Unlocking User Accounts

When you map an Oracle Virtual Directory LDAP Adapter to the Oracle Internet Directory LDAP server, the pwdaccountlockedtime attribute becomes available in Oracle Internet Directory.

If Oracle Directory Services Manager finds the pwdaccountlockedtime attribute with a value of "1," the orclpwdaccountunlock attribute appears and the account is locked. The orclpwdaccountunlock attribute also triggers the Unlock Account button in the Oracle Directory Services Manager Data Browsers tab.

Note:

You can use the Unlock Account button for entries from an Oracle Internet Directory LDAP Adapter.

Unlock Account is only available for other LDAP Adapters if you map the password policy attribute to the orclpwdaccountunlock attribute.

Refer to the Oracle Fusion Middleware Administrator's Guide for Oracle Internet Directory for more information about configuring this attribute.

To unlock user accounts: 

  1. Click the locked account entry in the Data Browsers tree.

  2. Click the Unlock Account button.

  3. Select the orclpwdaccountunlock checkbox.

15.1.2.5 Importing an LDIF File

Perform the following steps to import LDIF files into the Oracle Virtual Directory using the Client View data browser:

  1. Verify the LDIF file you want to import has a valid version number in the first line in the file. Oracle Virtual Directory requires that all LDIF files to be imported must contain this version number at the beginning of the file. If the file does not have a version number in the first line, add version: 1 to the beginning of the file.

  2. Log in to Oracle Directory Services Manager.

  3. Select Data Browsers from the task selection bar. The Data Tree appears.

  4. Expand the Client View entry in the Data Tree.

  5. Select the location where you want to import the LDIF file to by clicking the appropriate namespace in the Client View entry in the tree.

  6. Click the Import LDIF button at the top of the tree. The Import File dialog box appears.

  7. Enter the path of the LDIF file you want to import in the Select an LDIF File field, or click the Browse button and navigate to the file.

  8. Click the OK button on the Import File dialog box to import the LDIF file.

15.1.2.6 Exporting an LDIF File

Perform the following steps to export LDIF files from the Oracle Virtual Directory using the Client View data browser:

  1. Log in to Oracle Directory Services Manager.

  2. Select Data Browsers from the task selection bar. The Data Tree appears.

  3. Expand the Client View entry in the Data Tree.

  4. Select the location where you want to export the LDIF file from by clicking the appropriate namespace in the Client View entry in the tree.

  5. Click the Export LDIF button at the top of the Data Tree. The Download LDIF File dialog box appears.

    Note:

    The maximum number of entries in an LDIF File that can be exported is 1000. If there are more than 1000 entries in the namespace that you attempted to export, only the first 1000 entries are exported.
  6. Open the LDIF file in your browser by clicking the Click here to open the LDIF file link in the Download LDIF File dialog box.

    Note:

    Clicking the OK button in the Download LDIF File dialog box does not export the LDIF file.

    After clicking the Click here to open the LDIF file link in the Download LDIF File dialog box, the LDIF File appears in a new, separate browser window.

  7. Use your browser's Save command to save the LDIF file.

15.1.3 Managing Oracle Virtual Directory Source Entries Using the Adapter Browser

The Adapter Browser enables you to view data as it exists in both LDAP and Database Adapter connected repositories. The Adapter Browser enables you to see what data looks like before it is virtualized by Oracle Virtual Directory. You can also modify and delete attributes of the source entries using the Adapter Browser.

This topic explains how to perform the following Adapter Browser tasks:

Notes:

  • When you click the name of an existing adapter in the Adapter Browser, the configuration of the adapter appears in the main Oracle Directory Services Manager screen. This adapter configuration information is read only—you cannot edit an adapter's configuration using the Adapter Browser.

  • Data from Join View and Local Store Adapters is not visible from the Adapter Browser.

15.1.3.1 Viewing Source Repository Entries

Perform the following steps to view data as it exists in the remote, underlying repositories for each adapter defined using the Adapter Browser:

  1. Log in to Oracle Directory Services Manager.

  2. Select Data Browsers from the task selection bar. The Data Tree appears.

  3. Expand the Adapter Browser entry in the Data Tree. The names of the adapters that are connected to data repositories appear.

  4. Expand the entry for the adapter that contains the source entries you want to view. The entries for the adapter appear.

  5. Click the entry you want to view. The source data for that entry appears in the properties screen. By default, the properties screen displays only the attributes for the entry that have values. Select the Show All option to view all attributes for the entry.

15.1.3.2 Modifying Attributes of Source Repository Entries in Oracle Virtual Directory

You can modify and delete attributes of the source repository entries in Oracle Virtual Directory using the Adapter Browser. You cannot add source entries using the Adapter Browser.

Perform the following steps to modify attributes of the source repository entries in Oracle Virtual Directory using the Adapter Browser:

  1. Log in to Oracle Directory Services Manager.

  2. Select Data Browsers from the task selection bar. The Data Tree appears.

  3. Expand the Adapter Browser entry in the Data Tree. The names of the adapters that are connected to data repositories appear.

  4. Expand the entry for the adapter that contains the source entries you want to modify. The entries for the adapter appear.

  5. Click the entry you want to modify. The details for that entry appear in the main screen and are organized by context-sensitive tabs, such as Attributes, Person, and Groups, depending upon the type of entry.

The following are common procedures for modifying entries. Regardless of the specific procedure you perform, after modifying an entry, click Apply to save your changes or Revert to discard them.

Notes:

  • To modify the attributes for all types of entries, click the Attributes tab and make the desired changes. By default, only non-empty attributes are shown. You can switch between Managed Attributes and Show All by using the Views list.

  • To change the list of attributes shown as managed attributes, click the icon under Optional Attributes. Select attributes you want to move from the All Attributes list to the Shown Attributes lists and use the Move and Move All arrows to move the attributes. Select attributes you want to move from the shown Attributes list to the All Attributes lists and use the Remove and Remove All arrows to move the attributes. Click Add Attributes to make your changes take effect or click Cancel to discard your changes. After you click Add Attributes, only the attributes that were on the Shown Attributes list are shown in the Managed Attributes view.

To add an object class: 

  1. Click the Attributes tab.

  2. Click the Add icon next to objectclass and use the Add Object Class dialog to select object class entries. Optionally, use the search box to filter the list of object classes. To add the object class, click it and then click OK.

To delete an object class: 

  1. Click the Attributes tab.

  2. Select the object class you want to delete.

  3. Click the Delete icon next to objectclass. The Delete Object Class dialog lists the attributes to be deleted with that class.

  4. Click Delete to proceed or Cancel to cancel the deletion.

To modify person entries: 

  1. Click the Person tab.

  2. Modify the information as needed. To upload a photograph for the person entry, click Browse, navigate to the photograph, then click Open. To update the photograph, click Update and follow the same procedure. Click the Delete icon to delete the photograph.

To modify group entries: 

  1. Click the Group tab.

  2. Click Add or Delete in the appropriate text box to add or delete a group owner or member.

15.2 Managing Oracle Virtual Directory Schema Using Oracle Directory Services Manager

This topic explains how to manage Oracle Virtual Directory schema and contains the following sections:

Note:

This topic explains how to manage Oracle Virtual Directory schema using Oracle Directory Services Manager. If you use ldapmodify to modify Oracle Virtual Directory schema, be aware of the following items:
  • Oracle Virtual Directory expects schema keywords (such as name) to be in all capital letters (NAME).

  • Oracle Virtual Directory does not support the ldapmodify replace operation when modifying schema.

15.2.1 Managing Oracle Virtual Directory Schema Attributes

This section explains how to manage Oracle Virtual Directory schema attributes and contains the following tasks:

15.2.1.1 Searching for Schema Attributes

Oracle Directory Services Manager provides search functionality to simplify the process of navigating schema attributes. Perform the following steps to search for schema attributes using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Attribute Types entry. The Attribute Type controls, including search field, and a list of the existing schema attributes appear.

  4. Enter a string to search for in the search field. Two pattern matching characters are supported, * and ?. Use the * character as a wildcard to match zero or more characters. Use the ? character to match one single character. For example, the search string auth???????? returns the attribute authPassword.

  5. Click the Go (>) icon to start the search. The attributes that match the search criteria appear in the navigation tree.

15.2.1.2 Creating New Schema Attributes

Perform the following steps to create new Oracle Virtual Directory schema attributes using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Attribute Types entry. A list of the existing schema attributes appears.

  4. Click the Create button. The New Attribute Type dialog box appears.

  5. Enter the following information in the New Attribute Type dialog box fields:

    • Enter the name of the attribute in the Name field.

    • Enter a unique object identifier specified by ICANNS in the Object ID field. If not registered, any unique value will suffice. Oracle recommends registering all custom attributes by using a unique object identifier.

    • Optionally, enter a description for the attribute in the Description field.

    • Select the format for the attribute value by selecting an option in the Syntax list. Oracle Virtual Directory uses parent syntax values only.

    • Enter the bytes length of the attribute in the Size (bytes) field. 0 or no value (empty) implies unlimited. Oracle Virtual Directory does not enforce this attribute definition.

    • Select a standard from the Usage list for how the attribute can be used.

    • Enter an Object ID matching rule in the Ordering field for ordered searching. Oracle Virtual Directory does not use this attribute definition.

    • Enter a matching rule Object ID in the Equality field for equality. Oracle Virtual Directory does not use this attribute definition.

    • Enter a matching rule Object ID in the Substring field for substring searching. Oracle Virtual Directory does not use this attribute definition.

    • Enable the Single Value option if the attribute may hold only a single value at a time. If this option is not enable, the attribute may hold multiple values.

    • Optionally, select a parent attribute for the new attribute by selecting an existing attributes from the Superior list.

    Note:

    One problem with managing an LDAP schema is knowing to which objectclass, or objectclasses, an attribute belongs. While every objectclass shows the attributes it contains, directory administrators often want to know which objectclass is using an attribute; particularly for custom attributes.

    When you select an attribute from the Attribute Types list, Oracle Directory Services Manager displays information about that attribute, including a Referenced By table. This table shows which direct objectclasses are using the selected attribute and how that attribute is being referenced. (Attributes are referenced as mandatory or optional.)

    Be aware that the Referenced By table does not list any objectclasses that inherit the attribute (use it indirectly). For example, if sn is referenced by the person objectclass, the Referenced By table only lists the person objectclass. The table does not list the inetorganizationalperson or organizationalperson objectclasses, which are inherited from the person objectclass.

  6. Click OK on the New Attribute Type dialog box to create the attribute. The new attribute appears in the Attribute Types tree.

15.2.1.3 Creating "Like" Schema Attributes

Oracle Directory Services Manager provides the ability to create new Oracle Virtual Directory schema attributes that are similar— or "like"—an existing attribute. This ability is known as "Create Like." When you create a new attribute like an existing attribute, you select an existing attribute to base the new one on and then you modify the base attribute's definitions to make it unique.

Perform the following steps to create an attribute like an existing attribute using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Attribute Types entry. A list of the existing schema attributes appears.

  4. Click the existing attribute on which to base the new attribute.

  5. Click the Create Like button at the top of the tree. The base attribute's definitions appear.

  6. Modify the base attribute's definitions as desired to create the new attribute. You must modify the base attribute's Name and Object ID definitions to create a valid new attribute.

    Note:

    Refer to step 5 in "Creating New Schema Attributes" for a description of each field for the attribute definition.
  7. Click OK on the dialog box to create the new attribute. The new attribute appears in the Attribute Types tree.

15.2.1.4 Modifying Schema Attributes

Perform the following steps to modify existing Oracle Virtual Directory schema attributes using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Attribute Types entry. A list of the existing schema attributes appears.

  4. In the list, click the attribute to modify. The attribute's definitions appear.

  5. Modify the attribute's definitions as desired. Refer to step 5 in "Creating New Schema Attributes" for more information on attribute definitions.

  6. Click Apply to save the changes.

15.2.1.5 Deleting Schema Attributes

Perform the following steps to delete existing Oracle Virtual Directory schema attributes using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Attribute Types entry. A list of the existing schema attributes appears.

  4. In the list, click the attribute to delete. The attribute's definitions appear.

  5. Click the Delete button at the top of the Attribute Types tree. A dialog box appears asking you to confirm deleting the attribute.

  6. Click the Delete button on the confirmation dialog box to delete the attribute. The attribute is removed from the list of existing attributes in the Attribute Types tree.

15.2.2 Managing Oracle Virtual Directory Schema Object Classes

This section explains how to manage Oracle Virtual Directory schema object classes and contains the following tasks:

15.2.2.1 Searching for Schema Object Classes

Oracle Directory Services Manager provides search functionality to simplify the process of navigating schema object classes. Perform the following steps to search for schema object classes using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Object Classes entry. The Object Class controls, including search field, and a list of the existing schema object classes appear.

  4. Enter a string to search for in the search field. Two pattern matching characters are supported, * and ?. Use the * character as a wildcard to match zero or more characters. Use the ? character to match one single character. For example, the search string inet???person returns the object class inetOrgPerson.

  5. Click the Go (>) icon to start the search. The object classes that match the search criteria appear in the navigation tree.

15.2.2.2 Creating New Schema Object Classes

Perform the following steps to create new Oracle Virtual Directory schema object classes using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Object Classes entry. A list of the existing schema object classes appears.

  4. Click the Create button. The New Object Class dialog box appears.

  5. Enter the following information in the New Object Class dialog box fields:

    • Enter the name of the new object class in the Name field.

    • Optionally, enter a description for the object class in the Description field. Oracle Virtual Directory does not enforce this object class definition.

    • Enter a unique object identifier string in the Object ID field. Oracle recommends registering all custom object classes by using a unique object identifier.

    • Enable the Obsolete option to mark the object class as obsolete for administrative purposes. Oracle Virtual Directory does not enforce this object class definition.

    • Select the type of object class by selecting one option from the following Type list. Oracle Virtual Directory does not enforce this object class definition.

      • Select Abstract if the object class represents object classes to be inherited by another class and not intended to be used directly by an object.

      • Select Auxiliary if the object class will be used to add additional attributes to an existing object (based on a structural object class).

      • Select Structural if the object class can form an entry.

    • Select a parent object class for the new object class by selecting an existing object class from the Superior list. If you do not select a parent object class the new object class must be descendant from top.

    • Add attributes that must be present in the object class by clicking the Add button in the Mandatory Attributes field, selecting an attribute from the list of existing attributes in the Mandatory Attribute Selector dialog box, and clicking OK. You can delete Mandatory Attributes by selecting the attribute and clicking the Delete button.

    • Add attributes that may optionally be supplied in the object class by clicking the Add button in the Optional Attributes field, selecting an attribute from the list of existing attributes in the Optional Attribute Selector dialog box, and clicking OK. You can delete Optional Attributes by selecting the attribute and clicking the Delete button.

  6. Click OK on the New Object Class dialog box to create the object class. The new object class appears in the Object Classes tree.

15.2.2.3 Creating "Like" Schema Object Classes

Oracle Directory Services Manager provides the ability to create new Oracle Virtual Directory schema object classes that are similar— or "like"—an existing object class. This ability is known as "Create Like." When you create a new object class like an existing object class, you select an existing object class to base the new one on and then you modify the base object class's definitions to make it unique.

Perform the following steps to create an object class like an existing object class using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Object Classes entry. A list of the existing schema object classes appears.

  4. Click the existing object class on which to base the new object class.

  5. Click the Create Like button at the top of the tree. The base object class's definitions appear.

  6. Modify the base object class's definitions as desired to create the new object class. You must modify the base object class's Name and Object ID definitions to create a valid new object class.

    Note:

    Refer to step 5 in "Creating New Schema Object Classes" for more information on object class definitions.
  7. Click OK on the dialog box to create the new object class. The new object class appears in the Object Classes tree.

15.2.2.4 Modifying Schema Object Classes

Perform the following steps to modify existing Oracle Virtual Directory schema object classes using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Object Classes entry. A list of the existing schema object classes appears.

  4. In the list, click the object classes to modify. The object classes's definitions appear.

  5. Modify the object classes's definitions as desired. Refer to step 5 in "Creating New Schema Object Classes" for more information on object class definitions.

  6. Click Apply to save the changes.

15.2.2.5 Deleting Schema Object Classes

Perform the following steps to delete existing Oracle Virtual Directory schema attributes using Oracle Directory Services Manager:

  1. Log in to Oracle Directory Services Manager.

  2. Select Schema from the task selection bar. The Attribute Types and Object Classes navigation tree appears.

  3. Expand the Object Classes entry. A list of the existing schema object classes appears.

  4. In the list, click the object class to delete. The object classes' definitions appear.

  5. Click the Delete button at the top of the Object Classes tree. A dialog box appears asking you to confirm deleting the object class.

  6. Click the Delete button on the confirmation dialog box to delete the object class. The object class is removed from the list of existing object classes in the Object Classes tree.