Stopping all Oracle Internet Directory Instances in the Target 12c Environment

Before executing the bulkdelete and bulkload, you should shutdown the Oracle Internet Directory instances in the target 12c environment.

Do the following on all the Oracle Internet Directory hosts in the target environment. All tool execution requires that you set the environment variables for Oracle Internet Directory tools. See 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 shutdown the Oracle Internet Directory instance:
    /base_domain/serverConfig> shutdown('OID_NODE_NAME')

    For example:

    shutdown('oid1')