![]() |
|
more useful options | |
PerlMonks |
How to connect Oracle DB in Linux Env.by pawank86 (Novice) |
on Sep 09, 2011 at 12:49 UTC ( #925075=perlquestion: print w/replies, xml ) | Need Help?? |
pawank86 has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
I am trying to connect to ORACLE database using DBI module. The oracle DB is on Linux Env and i am trying to run the script for my system in window Env. I am using following code part to connect:
After executing above code i am getting error : ORA-24327: need explicit attach before authenticating a user (DBD ERROR: OCISessionBegin). Please let me know if i am doing somthing wrong in this. Thanks in Advance..
Back to
Seekers of Perl Wisdom
|
|