Minimum entries required to be added in the .profile file for Install/Upgrade.

While upgrading or newly installing the Informatica also when applying the #hotfix it’s needed to have only minimum required entries in the .profile file. Below are the entries which needs to be added.

#Oracle
ORACLE_BASE=/opt/oracle/product; export ORACLE_BASE
ORACLE_HOME=/opt/oracle/shared/product/11.2.0;export ORACLE_HOME
#ORACLE_HOME=/opt/oracle/shared/product/10.2.0;export ORACLE_HOME
TNS_ADMIN=/var/opt/oracle;export TNS_ADMIN

#PATH
PATH=$ORACLE_HOME/bin:$PATH
PATH=$PATH:/usr/kerberos/bin:/usr/bin:/usr/sbin:/usr/lib:/usr/ccs/bin:/usr/ucb:/home/infaav1/bin:/usr/local/bin:.
export PATH

#LD_LIBRARY
LD_LIBRARY_PATH=/usr/openwin/lib:/usr/dt/lib:/usr/lib/:/usr/lib/sparcv9/:$ORACLE_HOME/lib
export LD_LIBRARY_PATH

#ksh
ulimit -c unlimited
ulimit -n 8192

#CODE PAGES
NLS_LANG=AMERICAN_AMERICA.AL32UTF8
export NLS_LANG;
LC_ALL="C"
export LC_ALL;
export LC_MONETARY=en_US.ISO8859-1;
export LC_TIME=en_US.ISO8859-1;
export LC_MESSAGES=C;
export LC_CTYPE=en_US.ISO8859-1;
export LC_COLLATE=en_US.ISO8859-1;
export LC_NUMERIC=en_US.ISO8859-1;
export LANG=C;

No comments:

Post a Comment

Featured Post

Cloud : A Trendsetter Technology