Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

my connection string:
my $dbh = DBI->connect("dbi:Oracle:host=xxxx;sid=sh;port=1526, $userid +, $password");
I can connect via sqldeveloper so I know the connection parameters are correct. Using Strawberry Perl 5.24.1 on 32-bit windows. The error message says that OCI.dll is missing.

Replies are listed 'Best First'.
Re: fail to connect to Oracle...missing OCI.dll
by poj (Abbot) on May 17, 2017 at 15:40 UTC
Re: fail to connect to Oracle...missing OCI.dll
by thanos1983 (Parson) on May 17, 2017 at 15:41 UTC
Re: fail to connect to Oracle...missing OCI.dll
by Anonymous Monk on May 17, 2017 at 16:10 UTC
    thanks helpful Perl gurus...