Re: I need help for installation DBD::ORACLE

2003-07-31 Thread Jared Still
Sounds like your environment is not properly set via /usr/local/bin/oraenv. Try logging into the datbase via sqlplus. If that doesn't work, your environment is not set. export ORACLE_SID=orcl . /usr/local/bin/oraenv that would set it. Jared On Thu, 2003-07-31 at 03:15, Francisco Gonzalez w

Re: DBD::Oracle - prepare/execute/fetch - eliminating network round-t rips

2003-07-31 Thread Jared Still
IIRC, you can stop this by setting the ora_check_sql statement handle attribute to 0. eg. my $sth = $dbh->prepare($sql,{ora_check_sql => 0 }); Jared On Wed, 2003-07-30 at 05:52, Mark Buckle wrote: > > > I've noticed that using a prepare/execute/fetch_ cycle of operations > appear to resu

Re: Can't locate method TIEHASH via package DB_File....

2003-07-31 Thread Thomas A. Lowery
On Thu, Jul 31, 2003 at 06:22:34PM -0400, Ed Patterson wrote: > I receive the above error when attempting to execute the code below. I have > installed DB_File and out of desperation Tie-DB_File-SplitHash. > > Am I missing a module or is my typing really that bad? > > >From page 33 of _the_ book

Can't locate method TIEHASH via package DB_File....

2003-07-31 Thread Ed Patterson
I receive the above error when attempting to execute the code below. I have installed DB_File and out of desperation Tie-DB_File-SplitHash. Am I missing a module or is my typing really that bad? >From page 33 of _the_ book #!c:/perl/bin/perl -w # createdb.pl - Creates a Berkeley DB use strict;

Problem with DBD::ODBC

2003-07-31 Thread Deepak Sharma
Hi All, It seems that DBD::ODBC is not returning string values. It's returning int values correctly. For string return values it retuns only first char of retrun value. I am using Perl 5.6, Win 2000, MS SQL Version 7. Here is my code. Perl Code my $sth = $db->prepare("{call SP_Get_Max_Order

I need help for installation DBD::ORACLE

2003-07-31 Thread Francisco Gonzalez
Hi, I have a very urgent questions for installing DBD::ORACLE. When I run the command "make test", after I've ran the command "perl Makefile.PL -l" and the command "make"; following error appeared : /bin/sh -c true /b

Installing DBD:Oracle (DBI 1.37 installed) (64bit) no ideas?

2003-07-31 Thread Angerstein
Hello, and good Morning I have a probelm with the installation of DBD:Oracle on the describted system. The environment is configured by our db-administrators, so I guess it should be correct. A Oracle 8 client is installed. The DBI-Module installtion looks good. If I try to "perl ./Makefile.