Starting the Oracle Internet Directory Instances in the Target 12c Environment

You can restart the Oracle Internet Directory instances after completing the bulkload successfully.

Do the following on all Oracle Internet Directory hosts only in the target 12c environment. All tool execution requires that you set the environment variables for Oracle Internet Directory tools. Environment Variables for Oracle Internet Directory Tools.

  1. Run the following command from the ORACLE_HOME/oracle_common/common/bin location to launch the WLST tool:

    ./wlst.sh

  2. Connect to the Administration Server using the following command:
    connect(ADMIN_USERNAME','ADMIN_PASSWORD','t3://ADMIN_HOST:ADMIN_PORT')
    For example:
    connect(weblogic','password','t3://MYHOSTNAME:7001')
  3. Run the following command to start the Oracle Internet Directory instance:
    /base_domain/serverConfig> start('OID_NODE_NAME')

    For example:

    start('oid1')