![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Issues with DBD::Oracle and an apache environmentby Rhose (Priest) |
on Jun 17, 2005 at 15:14 UTC ( #467759=note: print w/replies, xml ) | Need Help?? |
If you are using the Oracle instant client, make sure LD_LIBRARY_PATH is set, otherwise, make sure ORACLE_HOME is set.
If the database is on the same box and you are not connecting through a listener, make sure ORACLE_SID is set (not the case for you). If you are connecting using an Oracle listener (which is your case as the database is on another box), make sure TNS_ADMIN is set.
Update
In Section
Seekers of Perl Wisdom
|
|