Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Database Scripts are located in
Database_Install_Dir/db/tech_st/10.2.0/appsutil/scripts/$CONTEXT_NAME
where CONTEXT_NAME is of format SID_HOSTNAME
For Database Use script addbctl.sh
For Database Listener Use script addlnctl.sh
Scripts for Application Tier services in R12 are located in
Install_base/inst/apps/$CONTEXT_NAME/admin/scripts
where CONTEXT_NAME is of format SID_HOSTNAME
adstrtal.sh |
|
adstpall.sh |
|
adalnctl.sh |
|
adapcctl.sh |
|
adcmctl.sh |
Script to start / stop concurrent manager. |
adformsctl.sh |
|
adformsrvctl.sh |
|
adoacorectl.sh |
|
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 |
adopmnctl.sh |
|
jtffmctl.sh |
|
mwactl.sh |
|
1. First, Change the IP Address of the Server by editing the /etc/hosts file
Run the following command to enable Forms Socket Mode on Forms/web nodes (Place correct context file name and port value)
$FND_TOP/bin/txkrun.pl -script=ChangeFormsMode -contextfile=$CONTEXT_FILE -mode=socket -port=9030 -runautoconfig=No
Where port = forms port and contextfile=your environment contextfile
To Start/Stop/check Status of forms servers use following scripts
$cd $ADMIN_SCRIPTS_HOME
$./adformsrvctl.sh status/stop/start
All Rights Reserved