Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
147 views

Oracle Fusion Middleware Installation On Linux 6

The document provides instructions for installing Oracle Fusion Middleware on Linux 6. It involves: 1. Installing Linux, Oracle database, and setting environment variables. 2. Installing prerequisite packages like OpenMotif. 3. Installing WebLogic Server without creating a domain. 4. Installing Oracle Forms and Reports and configuring files. 5. Adding steps for Bangla fonts and auto-starting Oracle services on startup.

Uploaded by

Khalid Hossain
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
147 views

Oracle Fusion Middleware Installation On Linux 6

The document provides instructions for installing Oracle Fusion Middleware on Linux 6. It involves: 1. Installing Linux, Oracle database, and setting environment variables. 2. Installing prerequisite packages like OpenMotif. 3. Installing WebLogic Server without creating a domain. 4. Installing Oracle Forms and Reports and configuring files. 5. Adding steps for Bangla fonts and auto-starting Oracle services on startup.

Uploaded by

Khalid Hossain
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Oracle Fusion Middleware Installation on Linux 6

1. Install Linux as instructed from oracle base.


2. Install oracle-rdbms-server-11gR2-preinstall
3. Edit Bash_Profile with below Value:
export PATH
export ORACLE_MIDDLEWARE=/u01/Middleware
export ORACLE_HOME=/u01/Middleware/Oracle_FRHome1
export PATH=.:$ORACLE_HOME/bin:$FR_HOME/forms/mesg:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib/amd64/native_threads:
$ORACLE_HOME/jdk/jre/lib/amd64:$ORACLE_HOME/lib:$ORACLE_HOME/jdk/jre/lib/amd64/server
export FORMS_BUILDER_CLASSPATH=$ORACLE_HOME/jlib/
export TNS_ADMIN=$ORACLE_HOME/network/admin
export TERM=vt220
export ORACLE_TERM=$TERM
export ORACLE_INSTANCE=/u01/Middleware/asinst_1
export TNS_ADMIN=$ORACLE_INSTANCE/config
export ORACLE_DOMAIN=/u01/Middleware/user_projects/domains/mahmud
export REPORTS_SERVER_NAME=RptSvr_mgwls_asinst_1
export FORMSREPORTSDOMAIN=$MIDDLEWARE_HOME/user_projects/domains/mahmud
export DOMAIN=mgwls_dom
export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15
export JAVA_HOME=/usr/java/jdk1.6.0_25
export FORMS_PATH=$ORACLE_HOME/forms:$ORACLE_INSTANCE/FormsComponent/forms
export WEBUTIL_CONFIG=$ORACLE_INSTANCE/config/FormsComponent/forms/server/webutil.cfg
export FORMS_RESTRICT_ENTER_QUERY=TRUE
export COMPONENT_CONFIG_DIRECTORY=$ORACLE_INSTANCE/config/ReportsServerComponent
export PATH=$ORACLE_INSTANCE/bin:$ORACLE_HOME/bin:/usr/java/jdk1.6.0_25/bin:$PATH
export FORMS_BUILDER_CLASSPATH=/u01/Middleware/Oracle_FRHome2/jlib/
export
LD_LIBRARY_PATH=/u01/Middleware/Oracle_FRHome1/lib:/u01/Middleware/Oracle_FRHome1/jdk/jre/lib/amd64/native_threads
export ORACLE_TERM=vt220
export PATH

if [ $USER = "oracle" ]; then


if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi

4. Install most important package listed below:


yum install openmotif.x86_64
yum install libgcc.i686
yum install libstdc++.i686
yum install openmotif22.x86_64

5. Install Weblogic First don’t create domain from weblogic.


6. After Weblogic installation install 11g Forms and Reports.
7. Configure formsweb.cfg from domain directory.
8. Configure report key from Oracle_frhome1 Direcory
B For Bangla Fonts
1. Install fonts to /etc/share/fonts and
/u01/Middleware/asinst_1/reports/fonts/
2. Restart The computer
C For Auto Start the services of 11g
1. Create a file called boot.properties and give executable permission to
it. Boot file contain below information
username=weblogic
password=password

2. Save the boot.properties in below location

/u01/Middleware/user_projects/domains/mahmud/servers/AdminS
erver/
/u01/Middleware/user_projects/domains/mahmud/servers/AdminS
erver/sequrity/
/u01/Middleware/user_projects/domains/mahmud/servers/WLS_FO
RMS/
/u01/Middleware/user_projects/domains/mahmud/servers/WLS_RE
PORTS/
/u01/Middleware/user_projects/domains/mahmud/servers/WLS_FO
RMS/Sequrity
/u01/Middleware/user_projects/domains/mahmud/servers/WLS_RE
PORTS/Sequrity
3. create shell file with below information at start at startup

File Source
echo
echo Starting WLS_FORMS .................................
echo

/
u01/Middleware/user_projects/domains/mahmud/bin/startManage
dWebLogic.sh WLS_FORMS
Ref of Files Location

formsweb.c $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/
fg formsapp_11.1.2/config

default.en $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/
v formsapp_11.1.2/config

base.htm $ORACLE_INSTANCE/config/FormsComponent/forms/server

basejpi.ht
m $ORACLE_INSTANCE/config/FormsComponent/forms/server

webutilbas
e.htm $ORACLE_INSTANCE/config/FormsComponent/forms/server

webutiljpi
.htm $ORACLE_INSTANCE/config/FormsComponent/forms/server

ftrace.cfg $ORACLE_INSTANCE/config/FormsComponent/forms/server

$DOMAIN_HOME/servers/WLS_FORMS/tmp/_WL_user/formsapp_11.1.2/<
web.xml random_string>/war/WEB-INF

weblogic.x $DOMAIN_HOME/servers/WLS_FORMS/tmp/_WL_user/formsapp_11.1.2/<
ml random_string>/war/WEB-INF

forms.conf $ORACLE_INSTANCE/config/OHS/<OHS INSTANCE NAME>/moduleconf

jvmcontrol
ler.cfg $ORACLE_INSTANCE/config/FRComponent/frcommon/tools/jvm/

webutil.cf
g $ORACLE_INSTANCE/config/FormsComponent/forms/server/

Registry.d $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/
at formsapp_11.1.2/config/forms/registry/

You might also like