=====================================================================================
ORACLE EBS R12.2 APPLICATION START AND STOP
=====================================================================================
I am here share the steps, how to start and stop the Oracle EBS
Application server, As a application Dba We need to require the basic information
before shutdown the application on application.
Step 1-a- first of all we need to know the application node
information and verified the application node
Step 2 (a) Require
the credential of application user which is owner of the application.
(b) We
need to logging into application node and check the current running application
process
Once
you switched the application user
$ sudo su – applmgr
Last login: Wed May 25 07:47:45 GMT 2022 on pts/0
E-Business Suite
Environment Information
----------------------------------------
RUN File System
: /a01/fs2/EBSapps/appl
PATCH File System
: /a01/fs1/EBSapps/appl
Non-Editioned File System : /a01/fs_ne
DB Host: erpdcl1.subnet07172044.vcn07172044.oraclevcn.com Service/SID: TEST
Sourcing the RUN File System ...
[applmgr@erppdcl1 ~]$
© With the help of
below command we can get the currently application running process on the application
node –
$ ps -fu $USER
STOP APPLICATION :--
(d) Before stop the application
we require the apps user credential for stop the application and need to do set
the application environment.
$ cd $ADMIN_SCRIPTS_HOME
[applmgr@ scripts]$ ls -ltr adstpall.sh*
-rwx------. 1 applmgr oinstall 11266 May 23 10:55
adstpall.sh
$ adstpall.sh apps/password ------- with this command we can stop application
Application
should be stop with 0 status if not stop with 0 so there some issue
START APPLICATION: -
Application should be start with the status 0
Thank you for giving your valuable time to read the above information.