Re: [PHP-DB] Re: Extremely Urgent: Problem with PHP and Oracle

2004-06-09 Thread Christopher Jones
Justin Patrin wrote: Charles Morris wrote: putenv("ORACLE_SID=PROJ"); putenv("ORACLE_HOME=/home/oracle9"); I have tried putenv myself and it doesn't seem to work for Oracle connections. Putting those in your shell environment, then restarting apache. Check to see if the env vars are set

[PHP-DB] Re: Extremely Urgent: Problem with PHP and Oracle

2004-06-09 Thread Justin Patrin
Charles Morris wrote: Hello all, I have recently been working with OCI and when I use OCILogon [wethere with example scripts or my own code] I get a "PAge cannot be displayed" (like DNS error) when I naviagte to the page. When I comment out the OCILogon part it works great exept for the oracle part