0% found this document useful (0 votes)
66 views7 pages

Application Services

This document discusses how to start and stop Oracle application and database services using scripts. It provides the following information: 1) To start the database server and listener, use the addbctl.sh and addblnctl.sh scripts located in the $ORACLE_HOME/appsutil/scripts directory. 2) To start the application server, use the adstrtal.sh script located in the apps/$CONTEXT_NAME/admin/scripts directory. 3) To stop the services, use the adstpall.sh, addblnctl.sh, addbctl.sh scripts respectively, following the same paths.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views7 pages

Application Services

This document discusses how to start and stop Oracle application and database services using scripts. It provides the following information: 1) To start the database server and listener, use the addbctl.sh and addblnctl.sh scripts located in the $ORACLE_HOME/appsutil/scripts directory. 2) To start the application server, use the adstrtal.sh script located in the apps/$CONTEXT_NAME/admin/scripts directory. 3) To stop the services, use the adstpall.sh, addblnctl.sh, addbctl.sh scripts respectively, following the same paths.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Start and Stop Services

Start and Stop Services


Wednesday, 02 February 2011 04:49 Oracle Zones

Start Database & Application Server Database Server For Database Server you need to start database and database listener. Scripts are located in $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME cd /d01/oracle/VIS/db/tech_st/10.2.0/appsutil/scripts/VIS_learnozs/

./addbctl.sh start

./addlnctl.sh start VIS

Start and Stop Services

If you get exiting status with 0 so it means database and listener are 100% up without any error, if you get exiting status with more than 0 so you have to solve the error otherwise you will get error during up the Application Server. Application Server Scripts for Application Services for up Apps_base/inst/apps/$CONTEXT_NAME/admin/scripts cd /d01/oracle/VIS/inst/apps/$CONTEXT_NAME/admin/scripts ./adstrtal.sh apps/apps

Start and Stop Services

If you get exiting status with 0 so it mean application 100% up without any error, if you get exiting status with more than 0 so you have to solve the error otherwise you will get error in forms or reports

Start and Stop Services

Stop Application & Database Server Application Tier Scripts for Application Services for down Apps_base/inst/apps/$CONTEXT_NAME/admin/scripts cd /d01/oracle/VIS/inst/apps/$CONTEXT_NAME/admin/scripts ./adstpall.sh apps/apps

Start and Stop Services

Database Server For Database Server you need to stop database listener and database server. Scripts are located in $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME cd /d01/oracle/VIS/db/tech_st/10.2.0/appsutil/scripts/VIS_learnozs/ ./addlnctl.sh stop VIS

Start and Stop Services

./addbctl.sh stop immediate

Application Tier Scripts for Application Services A) adstrtal.sh Master script to start all components/services of middle tier or application tier. This script will use Service Control API to start all services which are enabled after checking them in context file (SID_HOSTNAME.xml or CONTEXT_NAME.xml)

Start and Stop Services

B) adstpall.sh Master script to stop all components/services of middle tier or application tier. C) adalnctl.sh Script to start / stop apps listener (FNDFS and FNDFS). This listener will file will be in 10.1.2 ORACLE_HOME (i.e. Forms & Reports Home) D) adapcctl.sh Script to start/stop Web Server or Oracle HTTP Server. This script uses opmn (Oracle Process Manager and Notification Server) with syntax similar to opmnctl startstopproc ohs like opmnctl stopproc ohs . (In 11i this script directly used to call apachectl executable but now calls opmnctl which in turn calls apachectl. In 11i web server oracle home was 1.0.2.2.2 but in R12 its 10.1.3) E) adcmctl.sh Script to start / stop concurrent manager, Similar to one in 11i. (This script in turn calls startmgr.sh ) F) adformsctl.sh Script to start / stop Forms OC4J from 10.1.3 Oracle_Home. This script will also use opmnctl to start/stop Forms OC4J like opmnctl stopproc type=oc4j instancename=forms G) adformsrvctl.sh This script is used only if you wish to start forms in socket mode. Default forms connect method in R12 is servlet. If started this will start frmsrv executable from 10.1.2 Oracle_Home in Apps R12 H) adoacorectl.sh This script will start/stop oacore OC4J in 10.1.3 Oracle_Home. This scripts will also use opmnctl (similar to adapcctl & adformsctl) to start oacore instance of OC4J like opmnctl startproc type=oc4j instancename=oacore ix) adoafmctl.sh This script will start/stop oafm OC4J in 10.1.3 Oracle_Home. This scripts will also use opmnctl (similar to above) to start oacore instance of OC4J like opmnctl startproc type=oc4j instancename=oafm I) adopmnctl.sh This script will start/stop opmn service in 10.1.3 Oracle_Home. opmn will control all services in 10.1.3 Oracle_Home like web server or various oc4j instances. If any services are stopped abnormally opmn will/should start them automatically. J) jtffmctl.sh This script will be used to start/stop one to one fulfilment server. K) mwactl.sh To start / stop mwa telnet server where mwa is mobile application.

Last Updated on Thursday, 10 February 2011 05:42

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy