Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: i don't understand
"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
Regards
HJR
-- ------------------------------------ Oracle insights at www.dizwell.com ------------------------------------Received on Fri Dec 05 2003 - 23:41:46 CST
![]() |
![]() |