Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: i don't understand

Re: i don't understand

From: Howard J. Rogers <hjr_at_dizwell.com>
Date: Sat, 6 Dec 2003 16:41:46 +1100
Message-ID: <3fd16c1b$0$20308$afc38c87@news.optusnet.com.au>

"Speed Shutter" <nospam_at_wanadoo.fr> wrote in message news:pan.2003.12.05.23.11.32.345246_at_wanadoo.fr...
> Le Sat, 06 Dec 2003 09:42:15 +1100, Howard J. Rogers a écrit :
> Thanks a lot, for help
> here are my variables set :
>
> # .bash_profile
>
> # Get the aliases and functions
> if [ -f ~/.bashrc ]; then
> . ~/.bashrc
> fi
>
> # User specific environment and startup programs
>
>

PATH=$PATH:$HOME/bin:/sbin/:.:/usr/local/sbin:/usr/sbin:/home/franck/oracle/ 817/bin
>
> export PATH
> unset USERNAME
>
> export ORACLE_HOME=/home/franck/oracle/817/
> export ORACLE_SID=base
> export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
>
> thnaks :-)

Still no O/S, then (usually, you're supposed to take the hint!).

Your environment variables are a bit thin on the ground. And one in particular seems to be missing:

export ORACLE_SID=lx92
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=/u01/app/oracle/9i

export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib export PATH=$ORACLE_HOME/bin:/opt/bin:/bin:/usr/bin:/usr/local/bin: /usr/sbin:/usr/X11R6/bin:/usr/local/java/bin:. export JAVA_HOME=/usr/local/java
export CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip:$ORACLE_HOME/JRE: $ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib: $ORACLE_HOME/network/jlib:.

Regards
HJR

-- 
------------------------------------
Oracle insights at www.dizwell.com
------------------------------------
Received on Fri Dec 05 2003 - 23:41:46 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US