in reply to Why does my query work on the command line, but fail in my browser?

set the ORACLE_HOME and ORACLE_SID in your perl script. like: $ENV{'ORACLE_HOME'}='/home/oracle'; $ENV{'ORACLE_SID'}='ora1';
  • Comment on Re: Why does my query work on the command line, but fail in my browser?