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: Speed Shutter <nospam_at_wanadoo.fr>
Date: Sat, 06 Dec 2003 10:22:46 +0100
Message-ID: <pan.2003.12.06.09.22.41.660710@wanadoo.fr>


Le Sat, 06 Dec 2003 16:41:46 +1100, Howard J. Rogers a écrit :

>
> "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

Thanks a lot, I will try it but with the same sql script it worked on an another computer with redhat 7 ver 2.4.9 I have redhat 9 with 2.4.22, perhaps the problem comes from there ! Thanks for your help, I just learning how to configure oracle and how to mange it :-)

regards Received on Sat Dec 06 2003 - 03:22:46 CST

Original text of this message

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