pawank86 has asked for the wisdom of the Perl Monks concerning the following question:
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..use DBI; my $dbh = DBI->connect("dbi:Oracle:host=10.27.140.218","user", "passwo +rd");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to connect Oracle DB in Linux Env.
by Generoso (Prior) on Sep 09, 2011 at 13:30 UTC | |
by pawank86 (Novice) on Sep 09, 2011 at 20:12 UTC | |
by Generoso (Prior) on Sep 11, 2011 at 04:46 UTC | |
Re: How to connect Oracle DB in Linux Env.
by ww (Archbishop) on Sep 09, 2011 at 13:19 UTC | |
Re: How to connect Oracle DB in Linux Env.
by marto (Cardinal) on Sep 09, 2011 at 13:23 UTC |