Home » Applications » Oracle Fusion Apps & E-Business Suite » how to set .bash_profile in oracle database 10g,11g (oracle database 10g,11g)
how to set .bash_profile in oracle database 10g,11g [message #563811] Fri, 17 August 2012 05:51 Go to next message
dharmaappsdba7
Messages: 1
Registered: August 2012
Location: hyderabad
Junior Member
# Oracle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR

ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/10.2.0/; export ORACLE_HOME
ORACLE_SID=PROD; export ORACLE_SID
ORACLE_TERM=xterm; export ORACLE_TERM
PATH=/usr/sbin:$PATH; export PATH
PATH=$ORACLE_HOME/bin:$PATH; export PATH

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
#LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL

if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
Re: how to set .bash_profile in oracle database 10g,11g [message #563829 is a reply to message #563811] Fri, 17 August 2012 06:32 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
As I know nothing about ".bash_profile" and I know nothing about Oracle Apps., forgive me if I'm asking the obvious. However: does your question really refers to Oracle Apps.? Wouldn't it, perhaps, better fit into our Unix or some other forum?
Previous Topic: ORACLE SALES ORDER FORM
Next Topic: Configurator R-12 Exponential Rule Issue
Goto Forum:
  


Current Time: Fri Mar 29 10:23:42 CDT 2024