in reply to Perl, DBI, Oracle, Apache: Followup

I have my doubts about these lines:
SetEnv NLS_LANG `$ORACLE_HOME/bin/nls_lang.sh` SetEnv PATH $ORACLE_HOME/bin:$PATH
As far as I know you can't do variable interpolation or use backticks in the apache configuration file. Try setting the variables explicitly in your script to see if that works.

edit: Corion beat me to it :-)

Replies are listed 'Best First'.
Re^2: Perl, DBI, Oracle, Apache: Followup
by Anonymous Monk on Jun 12, 2006 at 11:26 UTC
    Thanks Monks, I got fixed them.