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: OCISessionBegin: Error while trying to retrieve text for error ORA-12705 in /....

Re: OCISessionBegin: Error while trying to retrieve text for error ORA-12705 in /....

From: heoseong <hersung_at_hotmail.com>
Date: Tue, 4 Dec 2001 11:58:50 +0900
Message-ID: <9uhd1d$9q3$1@news2.kornet.net>


> Is this a question?
>
> If yes: The answer might be: Probably you Oracle environment within the
> contect of your web server is wrong. I guess ORACLE_HOME is not set.
>
> You can check this with a dummy CGI script which outputs your
> environment.
>
> Uwe
> --
> Uwe Schneider - WEB.DE AG - Amalienbadstr. 41 - 76227 Karlsruhe
> F&E / Database & Software Technologies - Tel. (+49) 721 94329 8320




[oracle_at_csedu1 oracle]$ cat .bash_profile # .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then

        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc
USERNAME="" export LD_ASSUME_KERNEL=2.2.5
. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh export USERNAME BASH_ENVPATH

export ORACLE_BASE=/home/oracle/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/8.1.7
export ORACLE_SID=ORCL

export TMPDIR=$ORACLE_BASE/tmp
export NLS_LANG=AMERICAN_AMERICA.KO16KSC5601 export PATH=.:$PATH:$ORACLE_HOME/bin:/usr/local/java/jdk118_v3 export TNS_ADMIN=$ORACLE_HOME/network/admin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/bin export LANG=C
umask 022
[oracle_at_csedu1 oracle]$

what's wrong?
php-oracle : sometimes OK!
but, almost Error.

*server : wow linux7.1(Paran) Kernel 2.4.2-3smp Received on Mon Dec 03 2001 - 20:58:50 CST

Original text of this message

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