Starting and Stopping Oracle SES

You can start, suspend, and stop Oracle SES from the WebLogic administration console from http://wls_host:wls_port/console.

Startup and shutdown of the database and listener services are managed independently of the middle tier.

To start Oracle SES: 

  1. Verify that Oracle Database is up and running. If it is down, start it using the tool of your choice, such as Oracle Enterprise Manager or SQL*Plus.

  2. Start WebLogic Server, and enter your WebLogic administrative user name and password when prompted.

    • For Linux and UNIX:

      startWebLogic.sh
      
    • For Windows:

      startWebLogic.bat
      
  3. In a separate window, start Oracle SES.

    • For Linux and UNIX:

      startManagedWebLogic.sh search_server1
      
    • For Windows:

      StartManagedWebLogic.bat search_server1
      
  4. Log in again as the weblogic administrator.

To stop Oracle SES: 

  1. Oracle Database must be up and running to follow these procedures.

  2. Start WebLogic Server.

    • For Linux and UNIX:

      startWebLogic.sh

    • For Windows:

      startWebLogic.bat

  3. Log in as the weblogic user with the password set under "Configuring WebLogic Server for Oracle SES 11.2.2".

  4. In a separate window, stop Oracle SES.

    • For Linux and UNIX:

      stopManagedWebLogic.sh search_server1

    • For Windows:

      StopManagedWebLogic.bat search_server1

    If needed, log in again as the WebLogic administrator.