Up and down Oracle ebsR12.1.1 Application Tier

Start Oracle ebsR12.1.1 Application Tier

START DATABASE TIER 
[applmgr@gayatri10 ~]$cd /oracle/PROD/db/tech_st/10.2.0/appsutil/scripts/PROD_gayatri10/ [applmgr@gayatri10 PROD_gayatri10]$ ./addbctl.sh start


[applmgr@gayatri10 PROD_gayatri10]$ ./addlnctl.sh start PROD (Listener start)

START APPLICATION TIER
[applmgr@gayatri10 ~]$ cd /oracle/PROD/apps/apps_st/appl/

[applmgr@gayatri10 appl]$ . APPSPROD_gayatri10.env
cd 
[applmgr@gayatri10 appl]$ cd $ADMIN_SCRIPTS_HOME 
[applmgr@gayatri10 scripts]$ ./adstrtal.sh apps/apps

 Stop Oracle ebsR12.1.1 Application Tier

 STOP APPLICATION TIER
 [applmgr@gayatri10 ~]$ cd /oracle/PROD/apps/apps_st/appl/ [applmgr@gayatri10 appl]$ . APPSPROD_gayatri10.env [applmgr@gayatri10 appl]$ cd $ADMIN_SCRIPTS_HOME [applmgr@gayatri10 scripts]$ ./adstpall.sh apps/apps

STOP DATABASE TIER

[applmgr@gayatri10 PROD_gayatri10]$ ./addlnctl.sh stop PROD (Listener stop)

[applmgr@gayatri10 ~]$cd /oracle/PROD/db/tech_st/10.2.0/appsutil/scripts/PROD_gayatri10/ [applmgr@gayatri10 PROD_gayatri10]$ ./addbctl.sh stop immediate



No comments:

Manage Inactive session in Oracle 23AI Database.

# CONNECT WITH PDB DATABASE(ORACLE 23AI) [oracle@prd-23ai ~]$ sqlplus / as sysdba  SQL*Plus: Release 23.0.0.0.0 - for Oracle Cloud and Engin...