Re: Perl DBI libraries for connecting 12c

2017-10-10 Thread John D Groenveld
In message , Christopher Jones writes: >For the record, Instant Client is available in Solaris packages: https://blogs >.oracle.com/jmcp/oracle-instant-client:-now-available-in-ips Have you noticed that Oracle ships 12.2 Instant Client but only

Re: Perl DBI libraries for connecting 12c

2017-10-10 Thread Christopher Jones
On 10/10/17 3:42 pm, John R Pierce wrote: On 10/9/2017 6:32 PM, Lincoln A Baxter wrote: You can solve this problem by building your own perl with gcc. It's not that hard. After build, install it in a location on path (actually you pick the install location has part of configuring the

Re: Perl DBI libraries for connecting 12c

2017-10-10 Thread Martin J. Evans
On 10/10/17 00:07, Bruce Johnson wrote: On Oct 9, 2017, at 3:52 PM, John R Pierce wrote: On 10/9/2017 2:49 PM, Furst, Carl wrote: I believe you have to go to Oracle to get those.. You can get DBI and even DBB::Oracle but it won’t build. You won’t have the Oracle C

Re: Perl DBI libraries for connecting 12c

2017-10-09 Thread John R Pierce
On 10/9/2017 6:32 PM, Lincoln A Baxter wrote: You can solve this problem by building your own perl with gcc. It's not that hard. After build, install it in a location on path (actually you pick the install location has part of configuring the build). Then you can build the DBI, and DBD::oracle.

Re: Perl DBI libraries for connecting 12c

2017-10-09 Thread Lincoln A Baxter
On Mon, 2017-10-09 at 15:52 -0700, John R Pierce wrote: > On 10/9/2017 2:49 PM, Furst, Carl wrote: > > I believe you have to go to Oracle to get those.. You can get DBI and even > > DBB::Oracle but it won’t build. You won’t have the Oracle C libs to link > > off of. You’ll need to install an

Re: Perl DBI libraries for connecting 12c

2017-10-09 Thread Bruce Johnson
> On Oct 9, 2017, at 3:52 PM, John R Pierce wrote: > > On 10/9/2017 2:49 PM, Furst, Carl wrote: >> I believe you have to go to Oracle to get those.. You can get DBI and even >> DBB::Oracle but it won’t build. You won’t have the Oracle C libs to link off >> of. You’ll need

Re: Perl DBI libraries for connecting 12c

2017-10-09 Thread John R Pierce
On 10/9/2017 2:49 PM, Furst, Carl wrote: I believe you have to go to Oracle to get those.. You can get DBI and even DBB::Oracle but it won’t build. You won’t have the Oracle C libs to link off of. You’ll need to install an oracle client library. as I recall, to use CPAN and build modules

Re: Perl DBI libraries for connecting 12c

2017-10-09 Thread Furst, Carl
; Date: Monday, October 9, 2017 at 5:46 PM To: "dbi-users@perl.org" <dbi-users@perl.org> Subject: Perl DBI libraries for connecting 12c Hello, I need to install the Perl DBI libraries that are used by Perl scripts for conne

Perl DBI libraries for connecting 12c

2017-10-09 Thread Michael Radakovich
Hello, I need to install the Perl DBI libraries that are used by Perl scripts for connecting to an Oracle 12c database. The server is running Solaris 10 sparc Any help would be greatly appreciated. # perl