Controlling the Maximum Heap Size Allocated to the Oracle Virtual Directory Server

Configuring and Managing the Oracle Virtual Directory Server 9-13

9.6.2 Loading Libraries into the Oracle Virtual Directory Server

Perform the following steps to load libraries into Oracle Virtual Directory using Oracle Directory Services Manager:

1. Log in to Oracle Directory Services Manager.

2. Select Advanced from the task selection bar. The Advanced navigation tree

appears.

3. Expand the Libraries entry in the Advanced tree.

4. Click the Upload New Library button at the top of the Advanced tree. The Upload

New Library dialog box appears.

5. Enter the path to the library you want to load into Oracle Virtual Directory or click

Browse , navigate to the library and select it. Click OK on the Upload New Library dialog box to load the library into Oracle Virtual Directory. The library appears in the Libraries entry of the Advanced tree.

9.7 Copying Configuration Files Between Oracle Virtual Directory Servers Using syncovdconfig

You can use the syncovdconfig command to copy the following Oracle Virtual Directory configuration files between multiple Oracle Virtual Directory components: ■ server.os_xml ■ adapters.os_xml ■ acls.os_xml ■ schema.user.xml The syncovdconfig command .pl for UNIXLinux and.bat for Windows is located in the ORACLE_HOMEovdbin directory. The following is the syntax for syncovdconfig: syncovdconfig -srcHost source_host_name -srcPort source_port_number -srcUserName source_user_name -dstHost destination_host_name -dstPort destination_port_number -dstUserName destination_user_name -configFile name_of_configuration_file -adapterName name_of_adapter -isSrcAdminSSL [true |false] -isDstAdminSSL [true |false]

9.7.1 Options

The following is a list of the options for syncovdconfig: srcHost Required. String format. The host name of the source Oracle Virtual Directory server—that is, the Oracle Virtual Directory server that contains the configuration files you want to copy to a different Oracle Virtual Directory server. Notes: ■ You are prompted for the password for both the source and destination users. ■ Set the Oracle Home variable before using the syncovdconfig command.