
njihan
New User
Mar 8, 2015, 9:57 PM
Post #1 of 1
(10766 views)
|
Perl DBI connecting to Oracle 12c
|
Can't Post
|
|
Hi, I'm using Perl DBI & trying to connect to Oracle 12c. I get an error:
DBI connect('host=serverip;sid=comms;port=1521','comms',...) failed: ORA-28040: No matching authentication protocol (DBD ERROR: OCISessionBegin) My connection is:
DBI->connect($connectionString, $user, $passwd,{PrintError=>1, RaiseError=>1, AutoCommit=>1}) Would like to know if DBI can connect to Oracle 12c? Should I change to use something else? Am new to Perl, so any help very much appreciated. Thank You.
|