Created
July 2, 2019 20:38
-
-
Save manfredjb/6b51725d759898c95e1a343b65061fb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Middleware | |
export ORACLE_BASE=/u01/app/oracle | |
export MW_HOME=$ORACLE_BASE/product/12.2.1.3 | |
export ORACLE_HOME=$MW_HOME | |
export WLS_HOME=$MW_HOME/wlserver | |
export WL_HOME=$WLS_HOME | |
export DOMAIN_HOME=$MW_HOME/user_projects/domains/frmdomain | |
export FR_HOME=$ORACLE_HOME | |
export ORACLE_INSTANCE=$DOMAIN_HOME/config/fmwconfig/components/FORMS/instances/forms1 | |
export FR_INST=$ORACLE_INSTANCE | |
#export JAVA_HOME=$ORACLE_BASE/jdk1.8.0_144 | |
export OHS_INST=$DOMAIN_HOME/config/fmwconfig/components/OHS/instances/ohs1 | |
# Forms compilation | |
export PATH=.:$FR_HOME/bin:$FR_HOME/forms/mesg:$PATH | |
export LD_LIBRARY_PATH=$FR_HOME/oracle_common/jdk/jre/lib/amd64:$FR_HOME/lib:$FR_HOME/oracle_common/lib:$FR_HOME/oracle_common/jdk/jre/lib/amd64/server | |
export FORMS_BUILDER_CLASSPATH=$FR_HOME/jlib/ | |
export FORMS_PATH=$MW_HOME/forms | |
#export REPORTS_PATH=[*** add the path to your reports here ***] | |
#export TWO_TASK=ORCL | |
export TNS_ADMIN=$DOMAIN_HOME/config/fmwconfig/ | |
#export TERM=vt220 | |
#export ORACLE_TERM=$TERM | |
/u01/app/oracle/product/12.2.1.3/bin/frmbld $* | |
#$ORACLE_HOME/bin/frmbld $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment