Environment Variables & Configuration Files in R12.2
In this post, I will cover
some useful basic Environment variables.
Configuration files in R12.2
Important
Environment files:-
Lactation: cd
/u01/apps/dev
File Name: EBSapps.env
This is the main environment file we can source RUN/PATCH edition using this file
Lactation: cd $APPL_TOP location below tow important
environment files available
File Name: Apps<CONTEXT_NMAE>.env This file is known as
the universal environment file.
File Name:
<CONTEXT_NAME>.env executable
environment of APPL_TOP and oracle
Lactation: cd $INST_TOP/appl/admin
File Name:adovars<ONTEXT_NMAE>.env Its contain JAVA HTML
related environment variables
10.1.2 Env Files:
Lactation :cd $INST_TOP/ora/10.1.2
File Name: <CONTEXT_NAME>.env
Its contain all 10.1.2 related executable environment
Important
Configuration Files:-
Lactation: cd $APPL_TOP/admin
File Name: adconfig.txt file is mainly used for ADUtlities.
File Name: applprod.txt
Its used internally by ADUtlities and its auto install products (AP,AR,GL,etc)
description files.
Frequently Using
environment variables in R12.2
echo $FILE_EDITION
run
Showing which file system
you are using run/patch
echo $RUN_BASE
/oracle/apps/fs1
Showing run file system
base location
echo $PATCH_BASE
/oracle/apps/fs2
Showing patch file system
base location
echo $NE_BASE
/oracle/apps/fs_ne
Showing non edition file
system base location
echo $LOG_HOME
/oracle/apps/fs1/inst/apps/TEST/logs
Showing the instance log
location
echo $ADOP_LOG_HOME
/oracle/apps/fs_ne/EBSapps/logs/adop
Showing the patch log file
location
echo $ORACLE_HOME
/oracle/apps/fs1/EBSapps/10.1.2
Showing the oracle home
location (FROMS oracle home)
echo $IAS_ORACLE_HOME
/oracle/apps/fs1/FMW_Home/webtier
Showing the IAS home
location (oacoer,OC4j)
echo
$ADMIN_SCRIPTS_HOME
/oracle/apps/fs1/inst/apps/TEST/appl/admin/scripts
Showing start/stop script
location
echo $CONTEXT_FILE
Showing the context file
location
echo $HOSTNAME
Showing the hostname
details
echo $APPS_VERSION
12.2.6
Showing the EBS
application version
Comments
Post a Comment