How to start Oracle Fusion Applications?

How to start Oracle Fusion Applications?

Use the below mentioned script to start Oracle Fusion Applications 11g (11.1.7 onwards):

#Fusion Apps Database Instance and Listener

export ORACLE_HOME=/app/oracle/product/11.2.0/dbhome_1

export ORACLE_SID=fusiondb

export FA_BASE=/app/APPLTOP/

#### Start Listner #### 

$ORACLE_HOME/bin/lsnrctl start

#### Start Database #### 

$ORACLE_HOME/bin/sqlplus / as sysdba

> startup

#Node Manager(s) on each FA server

##### syntax #####

$FA_BASE/fusionapps/wlserver_10.3/common/bin/nodemanager/<host_name>startNodeManagerWrapper.sh & disown

#Fusion Applications Domains

$FA_BASE/fusionapps/applications/lcm/ad/bin/fastartstop.sh -Start -all -username faadmin -appbase $FA_BASE/fusionapps/applications -startAdminServer true

#BI Instance

$FA_BASE/instance/BIInstance/bin/opmnctl startall

#GOP (if present) -- NOT PRESENT

#$FA_BASE/instance/gop_1/bin/opmnctl startall

#IIR (if present)-- NOT PRESENT

$FA_BASE/InformaticaIR/bin/setfusionEnv.sh

$FA_BASE/InformaticaIR/bin/liup

$FA_BASE/InformaticaIR/bin/idsup

#FA OHS

$FA_BASE/instance/CommonDomain_webtier/bin/opmnctl startall

References

Use the following YouTube videos as reference to the above script. These videos are exclusively produced and owned by aclnz.com.

  • How to start Oracle Fusion Applications 11g - Part1 to Part11

{videobox}G6omUjz9snI{/videobox}

  • How to check ALL server statuses in Oracle Fusion Applications 11g

{videobox}_wkMeZ-KY2s{/videobox}

 

Oracle Fusion General Ledger - Portlet Producer Er...
Unable to view Value Set Values in Oracle EBS R12....