Description:
dbi-users@perl.org (Moderated)
|
|
|
ORA-03124: two-task internal error
|
| |
I'm running into a ORA-03124 error on this code: use DBI; my $source = 'dbi:Oracle:host=...;port=...; sid=...'; my $id = "1258315613-22011-747584"; my $dbh = DBI->connect($source, "user", "password"); my $row = $dbh->selectrow_hashref("SELEC T * FROM ORDERS WHERE (ORDERID = ?)", {}, $id); print "row = $row\n";... more »
|
|
DBD::Informix compile problem solved
|
| |
I had some problem installing DBD::Informix on a particular HPUX 11.31 host, though it worked on other supposedly identical machines. I would document the solution for the archives/google: The driver builds, but most tests fail. The error message is interesting, the linker is complaining about missing symbol db_print.... more »
|
|
Unable to install DBD::Sybase on AIX5.2
|
| |
Hi, I've got crazy trying to install DBD::Sybase (after I had installed libtool, libiconv and freetds 0.82) on a AIX 5.2 platform. The installation itself runs without errors, but the perl scripts I had prepared to connect to SQLServer doen't work. The DBI-->installed_versions gives the following output :... more »
|
|
DBD::DB2 without local instance?
|
| |
Folks- Trying to build a 'lightweight' DB2 client on HPUX 11.32 with perl 5.8.8, with IBM z-series linux as the server. I have the client libs in /opt/IBM/db2/V9.1, and have the DB2_HOME var set to this directory, and DBD::DB2 builds and installs correctly. I have not installed a new user or an 'instance' on the client side. A simple test script... more »
|
|
Issue with DBD::Oracle on OS X Snow Leopard
|
| |
Hello, I am experiencing some issues with DBD::Oracle on OS X 10.6 Snow Leopard. I have downloaded instant client Version 10.2.0.4 (32-bit) from: [link] Namely, the following files: - instantclient-basic-10.2.0.4.0 -macosx-x86.zip... more »
|
|
cp: cannot access dbiprof: No such file or directory
|
| |
HI ,
I am trying to install DBI-1.609 . I am using perl /opt/perl_32/bin . I am using procedure mentioned in last mail to install DBI .
I am getting Following error in
1) make
2) make test
3) make install
Running Mkbootstrap for DBI ()
chmod 644 DBI.bs... more »
|
|
MySQL client ran out of memory
|
| |
Hi there, Every time I attempt running my script it comes up with the above mentioned error message. The script works perfectly fine on a pilot dataset. My actual dataset is about 5000k. If I just run the sql command from the mysql client with the --quick parameter it does work. Is there a way of using the quick parameter in DBI?... more »
|
|
cp: cannot access dbiprof: No such file or directory
|
| |
Hi ,
I am trying to install DBI-1.18 on HP-UX 11i v2 . Oracle DB installed is 11g .
I am following below steps to install DBI
1) cd /opt/gpsy/dbdsource/
(Ensure that the downloaded source code .tar.gz file is present in this directory)
2) gzip -dc DBI-1.52.tar.tar | tar -xvf –... more »
|
|
Automating Excel & Word - Table of contents!
|
| |
Apologies if this the wrong list for this question, if so could someone point me in the right direction! I am trying to generate an script to process multiple CSV's into a single excel doc, create tables and then create a shell report document template. I have managed all this so far but cannot seem to add a TOC. From what I can tell I have translated the VBA... more »
|
|
How to catch the returned error message.
|
| |
Hello All, This is my first post here. I am executing a Perl script which makes use of 'DBI' module. I am performing a select operation on a table through the Perl script and I am getting following error on the console: DBD::ODBC::st execute failed: [Oracle][ODBC][Ora]ORA-00942: table or view does not exist... more »
|
|
|