| Thread | Last Post | Replies |
|
| DSN corruption | 27 Sep 2008 01:15 GMT | 7 |
OS: Debian. I just used aptitude to install Postgres V 8.3.3, and recompiled DBD::Pg V 2.10.3.
>From the command line I can connect to Postgres, but via a CGI script or |
| Oracle 10.2 Perl 5.10 | 26 Sep 2008 15:22 GMT | 14 |
We're currently upgrading a system. The current system uses Perl 5.6 and an Oracle 10.1 client. The client is installed on Debian Linux. The server is installed on Red Hat Linux. The new system runs Debian Lenny which comes with Perl 5.10. The server is running Oracle 10.2 on Red ...
|
| ActivePerl 5.10 (1004) with Oracle 8i | 26 Sep 2008 03:43 GMT | 4 |
Have downloaded and installed latest perl version from ActiveState; I think this comes with a precompiled version on DBD:Oracle 1.21. Whenever I try to connect to a database I get the error "The procedure entry point OCIXMLTypeCreateFromSrc could not be located in the dynamic
|
| ANNOUNCE: DBD-Unify 0.75 | 23 Sep 2008 21:32 GMT | 1 |
file: $CPAN/authors/id/H/HM/HMBRAND/DBD-Unify-0.75.tgz size: 47569 bytes md5: 0be9e5fd772db8f210fe434f4d1abcbf As the debug levels have changes, this might (or might not) be
|
| Memory fault(coredump) with two DBD type connections | 23 Sep 2008 16:31 GMT | 4 |
Hello, I am running Perl 5.8.8 with DBD-Oracle 1.19 compiled against Oracle 10.2 libs and DBD-DB2 1.0 compiled against DB2 8.1 libs. I can successfully connect to Oracle databases via a Perl script. Similarly I
|
| Install DBI on Solaris | 23 Sep 2008 15:20 GMT | 1 |
I'm having an issue installing DBI on Solaris. I've read on many people having this issue and the solutions seem to revolve around installing a new compiler, etc. However, I've already installed other perl modules successfully on this box, so it seems to be related to
|
| DBD::Oracle documentation bug | 22 Sep 2008 13:44 GMT | 1 |
I have blob that is stored in an Oracle table that, with a chunk size of 4096 bytes, requires 2 chunks. The second chunk however is one byte long and contains a zero (ASCII 48). The data is read in using ora_lob_read, and so if you follow the method in documentation for DBD: ...
|
| enhancement: DBD::Oracle and OCI_ATTR_STMT_TYPE | 22 Sep 2008 12:02 GMT | 1 |
Hi,
I'm an enthusiastic user of Perl DBI and DBD::Oracle. Thanks to Tim Bunce and all the others who help maintain it!
I wrote a sort of SQL*Plus replacement called DBB which runs arbitrary SQL statements and prints SELECT output with automatic column sizing
|
| MS SQL 2005 64 bit question | 19 Sep 2008 10:57 GMT | 1 |
I am having trouble in a Windows Server 2003 64 bit environment getting Perl to see MS SQL 2005 via ODBC. Would someone kindly point me in the correct direction. We are using the latest Active State 64 bit version. Everything else seems to work just fine, I just can't connect to ...
|
| DBD::File missing f_ext | 18 Sep 2008 20:12 GMT | 5 |
I have a big directory with a CSV dump of a directory. The folder has a lot of table dumps in CSV format (amongst a lot of other database related files) and all those files have a lovely recognizable extension: .csv
|
| ANNOUNCE: Camelbox, a build of Perl for Windows that includes GTK and DBI/DBD drivers | 18 Sep 2008 07:45 GMT | 1 |
I've been working on a build of Perl for Windows that includes Gtk2-Perl and DBI/DBD drivers. I call it Camelbox. Along with all of the GTK stuff, you can install the DBI and DBD::[Pg|mysql|ODBC|SQLite] modules (including all of the binaries needed for those modules), and
|
| ORA-24347 errors with DBD-Oracle-1.22 | 16 Sep 2008 16:36 GMT | 1 |
I'm experiencing a similar problem to that reported last month by Jan Carlsson - see for example: http://www.nntp.perl.org/group/perl.dbi.users/2008/08/msg33156.html This is both a 64-bit Centos 4.6 box:
|
| strange error with local and LongReadLen | 14 Sep 2008 20:57 GMT | 1 |
Using perl 5.9.5 on Windows the following: perl -d -e "use DBI; use strict;use warnings;my $h = DBI->connect;{local $h->{LongReadLen} = 10;print "hello\n";}" outputs "use of uninitialized variable in subroutine entry" when
|
| No data returned from linked database | 12 Sep 2008 19:22 GMT | 7 |
I've been banging my head against the wall for two weeks now on this one. I'm desperately trying to update my existing production system (Oracle 8.1.7, DBD::Oracle 1.14, on a system with a dying RAID controller) to
|
| Bug in DBD::Oracle v 1.21 ? | 12 Sep 2008 18:14 GMT | 5 |
I am working with: Oracle relase 10.2.0.1.0, perl v 5.8.0, DBD::Oracle v1.21, and
|