On Wednesday 29 March 2006 15:47, Tom Cat wrote:
> I'm trying to set ORACLE_HOME so that PHP will connect to Oracle.
>
> I first tried to stick the following into /etc/bashrc
Wrong place. Apache cleans up system environment for security
reasons. Put it into Apache's envvars (which apachectl read
On 3/29/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 3/29/06, Tom Cat <[EMAIL PROTECTED]> wrote:
> > I'm trying to set ORACLE_HOME so that PHP will connect to Oracle.
> >
> > I first tried to stick the following into /etc/bashrc
> >
> > ORACLE_HOME=/home/oracle/oracle/product/10.2.0/client_1
>
On 3/29/06, Tom Cat <[EMAIL PROTECTED]> wrote:
> I'm trying to set ORACLE_HOME so that PHP will connect to Oracle.
>
> I first tried to stick the following into /etc/bashrc
>
> ORACLE_HOME=/home/oracle/oracle/product/10.2.0/client_1
> export ORACLE_HOME
>
> That works fine for everyone on the box w
I'm trying to set ORACLE_HOME so that PHP will connect to Oracle.
I first tried to stick the following into /etc/bashrc
ORACLE_HOME=/home/oracle/oracle/product/10.2.0/client_1
export ORACLE_HOME
That works fine for everyone on the box who has a shell, but the
apache user doesn't have a shell so