21 September 2010

maintain System Configurations on the Application Tier and Database Tier

  1. Commands to maintain System Configurations on the Database Tier
    All scripts listed below are located in
    <RDBMS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>.


    Platform Functionality Command
    UNIX Start Database listener process addlnctl.sh start <SID>

    Start Database process addbctl.sh start

    Stop Database listener process addlnctl.sh stop <SID>

    Stop Database process addbctl.sh stop

    Run AutoConfig adautocfg.sh
    Windows Start Database listener process addlnctl.cmd start <SID>

    Start Database process addbctl.cmd start

    Stop Database listener process addlnctl.cmd stop <SID>

    Stop Database process addbctl.cmd stop

    Run AutoConfig adautocfg.cmd



    Note: Running AutoConfig might change your existing environment files. After running AutoConfig, you should always set the environment before you run any Applications utilities in order to apply the changed environment variables.

  2. Commands to maintain System Configurations on the Application Tier All scripts listed below are located in
    <COMMON_TOP>/admin/scripts/<CONTEXT_NAME>.


    Platform Functionality Command
    UNIX Start Applications processes adstrtal.sh <APPSuser/APPSpwd>

    Stop Applications processes adstpall.sh <APPSuser/APPSpwd>

    Run AutoConfig adautocfg.sh
    Windows Start Applications processes adstrtal.cmd <APPSuser/APPSpwd>

    Stop Applications processes adstpall.cmd <APPSuser/APPSpwd>

    Run AutoConfig adautocfg.cmd



    Note: Running AutoConfig might change your existing environment files. After running AutoConfig, you should always set the environment before you run any Applications utilities in order to apply the changed environment variables.

No comments: