perl module Oracle::OCI availability?

2004-12-21 Thread Teddy Choi
Dear Tim Bunce, Could you please let me know what the status is on the availability of Oracle::OCI ? It isn't in CPAN yet, and I haven't been able to google up a beta version. Thanks

DBD::ODBC make test fails

2004-12-21 Thread rconner
Well I am having some trouble getting DBD::ODBC up and running and so here I am. I was unable to get to http://www.fugue.com/dbi, but I sent an email to the dbi-requests email address. I am not even sure I can send an email here if I am not a user but I am giving this a shot anyways. I am

(MORE) DBD::ODBC make test fails

2004-12-21 Thread rconner
I am sorry I forgot to add that I am using Perl5 (revision 5 Version 8 Subversion 5) Sorry, Ryan

RE: [dbi] DBD::ODBC make test fails

2004-12-21 Thread Martin J. Evans
Umm, this looks like a unixodbc type of driver manager. The Makefile seems to think you've got unixODBC but you say you've got iodbc. See the lines in the Makefile.PL like: $myodbc = 'unixodbc' if !$myodbc $odbchome/lib/libodbc.*; $myodbc = 'iodbc' if

Re: perl module Oracle::OCI availability?

2004-12-21 Thread Michael A Chase tech
On 12/20/2004 11:57 AM, Teddy Choi said: Could you please let me know what the status is on the availability of Oracle::OCI ? It isn't in CPAN yet, and I haven't been able to google up a beta version. The version on CPAN is a bit old, or is that stable? http://search.cpan.org/dist/Oracle-OCI/ --

Re: perl module Oracle::OCI availability?

2004-12-21 Thread Tim Bunce
On Mon, Dec 20, 2004 at 02:57:02PM -0500, Teddy Choi wrote: Dear Tim Bunce, Could you please let me know what the status is on the availability of Oracle::OCI ? It isn't in CPAN yet, and I haven't been able to google up a beta version. It's been on CPAN since 31 Aug 2001: See

RE: :ODBC make test fails

2004-12-21 Thread Jeff Urlwin
Please keep all replies on the list. I'm not the only person (or, necessarily, the best person) to help you. Thanks very much for your effort on clearing this up. Just for grins, try removing the trailing slash and the LD_LIBRARY_PATH should be set to the lib directory, which may be

RE: :ODBC make test fails

2004-12-21 Thread Jeff Urlwin
Please keep all replies on the list. I'm not the only person (or, necessarily, the best person) to help you. Thanks very much for your effort on clearing this up. Just for grins, try removing the trailing slash and the LD_LIBRARY_PATH should be set to the lib directory,

DBD::Oracle on HPUX

2004-12-21 Thread Maldonado, Daniel CW2 CTARNG
I get the following error when I try to use $dbh = DBI-connect ($ORACLE_SID, $login, $password, Oracle); anyone have a clue? /usr/lib/dld.sl: Unresolved symbol: nlepeinit (code) from /oracle8/product/8.1. 7/lib/libclntsh.sl.8.0 Abort(coredump) DBI VERSION: 1.46 Perl version: Summary of

help please

2004-12-21 Thread Harvinder Atwal
Hiya I was wondering if someone could help me. I am trying to extract some information from a database using perl scripts. I have download active perl and mysql. I have also downed the perl mod DBI.pm.. however I get the following error when I run the script: Can't locate loadable object for

RE: help please

2004-12-21 Thread Reidy, Ron
Did you install the modules using ppm, or just copy them into some directory? - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Harvinder Atwal [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 8:20 AM To: mailing list Subject: help please

Re: help please

2004-12-21 Thread dbsavvy2002-perl
install using ppm other wise. u can also create local repository to do that Nishi --- Harvinder Atwal [EMAIL PROTECTED] wrote: Hiya I was wondering if someone could help me. I am trying to extract some information from a database using perl scripts. I have download active perl and

ANNOUNCE: DBD::Pg 1.40 release candidate 1 request for testing

2004-12-21 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The release candidate for DBD::Pg 1.40 is now available. This release has a very large number of changes and new features, so if you use Perl and PostgreSQL, please try it out on your platform. A tarball can be found here:

Oracle 10g, Stored Procedures and Perl's Internal UTF8 Flag

2004-12-21 Thread Alan Seegmiller
DBD::Oracle 1.16 Oracle 10g (client 10.1.0.3) Red Hat Enterprise Linux ES release 3 (Taroon Update 3) Perl 5.8.6 (multithreaded disabled) NLS_LANG=AMERICAN_AMERICA.AL32UTF8; NLS_NCHAR=AL32UTF8 I have found on my system that when I execute a SQL select statement, that the strings returned have

Re: Oracle 10g, Stored Procedures and Perl's Internal UTF8 Flag

2004-12-21 Thread Thilo Planz
However, if the same data selected is done via a stored procedure, the strings returned have their internal utf8 flag turned off. What I can then do is use _utf8_on in the Encode module to turn the flag on, but of course I would rather not have to. Are there other users with similiar set-ups

Re: Oracle 10g, Stored Procedures and Perl's Internal UTF8 Flag

2004-12-21 Thread Lincoln A. Baxter
Hi Alan, Can you turn this script into a test using t/23wide_db_al32utf8.t as a model. You could call it t/23wide_db_al32uft8_sp.t Please send it to me (and Tim). If you do, one of us can take a closer look. I think the problem, however, is the we have no way to know, what the VARCHAR2 being

Re: DBD::Oracle on HPUX

2004-12-21 Thread Lincoln A. Baxter
Several things to consider: Did the tests run cleanly when you installed it? (You did run the tests, right? and you did read the README, and the README.hpux right?). If so this could be an environment issue. Make sure SHLIB_PATH (and LD_LIBRARY_PATH just for grins) environment variables are