FAQ

Search Discussions

11,122 discussions - 36,576 posts

  • Hi Support, Please help me to solve this.. LD_RUN_PATH="/u01/app/oracle/product/11.2.0/dbhome_1/lib:/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib" ld -bhalt:4 -G ...
    Anoop Kumar ParamesweranAnoop Kumar Paramesweran
    May 23, 2013 at 2:06 pm
    May 23, 2013 at 5:32 pm
  • Hi Support, I am receiving following error while installing DBD Perl module on IBM AIX 7.1 .Please help me to solve this.. bash-3.2# perl Makefile.PL Using DBI 1.625 (for perl 5.010001 on ...
    Anoop Kumar ParamesweranAnoop Kumar Paramesweran
    May 23, 2013 at 12:27 pm
    May 23, 2013 at 2:04 pm
  • Informix Database Driver for Perl DBI Version 2013.0521 (2013-05-21) has been uploaded to CPAN. IBM Informix Database Driver for Perl (also known as DBD::Informix) is the driver code that enables ...
    Jonathan LefflerJonathan Leffler
    May 22, 2013 at 6:27 am
    May 22, 2013 at 6:27 am
  • Hi, recently I published an introduction to DBI article on the Perl Maven site: http://perlmaven.com/simple-database-access-using-perl-dbi-and-sql the really interesting thing is that articles are ...
    Gabor SzaboGabor Szabo
    May 22, 2013 at 5:55 am
    May 24, 2013 at 9:38 am
  • file: $CPAN/authors/id/T/TI/TIMB/DBI-1.627.tar.gz size: 585833 bytes md5: aab49be51b0f4867a1894145b023d2c5 The primary DBI repository is now on github under the ownership of the "perl5-dbi" team ...
    Tim BunceTim Bunce
    May 17, 2013 at 7:35 am
    May 17, 2013 at 7:35 am
  • ----- Forwarded message from "Vancura, Mark D (Mark)" <<span class="m_body_email_addr" title="5414a1b79d781db0d005c49a82451f5d" mark.vancura@lsi.com</span ----- Date: Thu, 9 May 2013 11:05:37 -0400 ...
    Tim BunceTim Bunce
    May 9, 2013 at 4:38 pm
    May 9, 2013 at 7:39 pm
  • Getting the error: DBD::Oracle::st execute failed: called with 3 bind variables when 4 are needed [for Statement "insert into employee_fte_annualrate_l (emplid, emptype_cd, fte, annual_rate) ...
    Bruce JohnsonBruce Johnson
    May 8, 2013 at 4:18 pm
    May 9, 2013 at 2:48 pm
  • Hello Any kind of handle on DBI has a $h- {ChildHandles} that store weakrefs to all child handles created. For instance, on a $dbh, you will get a list of weakrefs to $sth you create. When one of ...
    Alberto SimõesAlberto Simões
    May 7, 2013 at 9:28 pm
    May 8, 2013 at 11:58 am
  • Hello I am experiencing a behavior when using DBI inside Dancer that seems to result on SCALAR leaks, but only when running inside Dancer. To help diagnosing I did a couple of tests that I try to ...
    Alberto SimõesAlberto Simões
    May 7, 2013 at 12:36 pm
    May 7, 2013 at 5:33 pm
  • Fellow DBIers, This query: $dbh- selectrow_hashref(q{ SELECT c.change_id , COLLECT(t.tag) AS tags FROM changes c LEFT JOIN tags t ON c.change_id = t.change_id WHERE c.project = ? GROUP BY c.change_id ...
    David E. WheelerDavid E. Wheeler
    May 2, 2013 at 10:20 pm
    May 6, 2013 at 12:03 am
  • Hi Support, I am receiving below error while installing (make ) DBI module in my AIX box. As I am new to Perl installations could you please help me to solve this.. xlc_r -q32 -c -D_ALL_SOURCE ...
    Anoop Kumar ParamesweranAnoop Kumar Paramesweran
    Apr 29, 2013 at 1:57 pm
    May 8, 2013 at 11:50 am
  • I apologize if this is not the right forum to ask question. Background ========= I am running Ubuntu 12.04 on my laptop. it is the desktop version. I am aslo running MYSQL server version 5.5.29 I am ...
    Syed khalidSyed khalid
    Apr 29, 2013 at 1:30 am
    Apr 29, 2013 at 6:57 pm
  • We're using MySQL Cluster and get errors like DBD::mysql::st execute failed: Got temporary error 1218 'Send Buffers overloaded in NDB kernel' from NDBCLUSTER at ...
    Simon WistowSimon Wistow
    Apr 23, 2013 at 4:08 pm
    Apr 23, 2013 at 4:08 pm
  • Hi - We had installed DBI on the AIX server but unable to install DBD::Teradata on the same server. My Unix admin is seeing "Memory fault(coredump)" error and wondering if someone can help me out. I ...
    Sunil PalepuSunil Palepu
    Apr 22, 2013 at 11:20 pm
    Apr 30, 2013 at 11:34 am
  • Hi, I'd like to find out how to build/install DBD::Oracle with one version of Oracle client but then deploy it with a potentially different client version, say on a server without the original client ...
    John WiersbaJohn Wiersba
    Apr 18, 2013 at 5:03 am
    Apr 18, 2013 at 5:03 am
  • Dear Team, I need your help installing DBI on AIX Server. It's may be a compiler issue. But, am able to find cc and cc_r installed under /usr/vac/bin path. GCC -4 is also installed on this server ...
    Manimegalai VisvanathanManimegalai Visvanathan
    Apr 11, 2013 at 11:57 pm
    Apr 13, 2013 at 2:55 am
  • Hi. I'm running XP SP3 Active Perl 5.14.2.1402 PPM 4.14 DBI 1.625 DBD::DB2 1.85 My connection - $dbh = DBI- connect ("dbi:DB2:Sort", "$ID", "$PW", { RaiseError = 1, PrintError = 1, AutoCommit = 1, } ...
    Harry JamiesonHarry Jamieson
    Apr 10, 2013 at 10:51 pm
    Apr 11, 2013 at 12:55 am
  • Hi all, I'm having trouble with $dbh- quote($value, $data_type) on SQLite not doing the right thing, although it appears to be working fine for Postgres. The attached test returns the following: ok 1 ...
    Mark LawrenceMark Lawrence
    Apr 5, 2013 at 10:08 pm
    Apr 5, 2013 at 11:03 pm
  • Hi, I successfully compiled DBD::Sybase 1.14_1 against SDK 15.7 ESD7. The make test PASSED all tests: PERL_DL_NONLAZY=1 /sbclocal/sybase_dumps_1/perl/64-bit/perl/5.16.1/bin/perl ...
    Mike WagnerMike Wagner
    Mar 29, 2013 at 10:05 pm
    Mar 29, 2013 at 10:05 pm
  • Hello, I would like to provide some feedback which may be useful for build of DBD-Oracle. I basically wanted to avoid using DYLD_LIBRARY_PATH because the OS complains whenever an suid command is ...
    Philippe CaussePhilippe Causse
    Mar 29, 2013 at 5:11 pm
    Apr 2, 2013 at 6:43 am
  • Howdy, postgres 8.4.16, mod_perl 2.0.7, DBI, DBD::Pg I have looked over several examples and the DBI documentation and gone through several iterations of the following code and I'm stuck. What I'm ...
    Dome stuffDome stuff
    Mar 22, 2013 at 1:44 am
    Mar 22, 2013 at 3:21 am
  • Hi, I'm trying to build DBD::Oracle 1.27, with DBI 1.623 (installed via Cygwin setup), on a Windows XP Pro SP 2 guest running in a VirtualBox OSE VM. I've done this with both InstantClient 11.2 and ...
    Bob McGowanBob McGowan
    Mar 7, 2013 at 12:39 am
    Mar 7, 2013 at 12:39 am
  • ----- Forwarded message from Mahdi Sbeih <<span class="m_body_email_addr" title="979df498cd9b14cd40350f048adcb68a" mahdi_sbeih@hotmail.com</span ----- Date: Tue, 5 Mar 2013 00:45:26 -0800 From: Mahdi ...
    Tim BunceTim Bunce
    Mar 5, 2013 at 10:08 am
    Mar 5, 2013 at 3:21 pm
  • Hi, this is the output : $ perl -v This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level (with 2 registered patches, see perl -V for more detail) DBI-1.623 abeer$ ...
    Abeer FaddaAbeer Fadda
    Feb 18, 2013 at 3:58 pm
    Feb 18, 2013 at 9:16 pm
  • Hi, I’m using the Pg back-end of DBI. I have a table like this: --8<---------------cut here---------------start------------- 8--- hydra= \d Builds Table "public.builds" Column | Type | Modifiers ...
    Ludovic CourtèsLudovic Courtès
    Feb 7, 2013 at 10:31 pm
    Feb 10, 2013 at 8:39 pm
  • Has anyone had the chance to use the 64 bit versions of DBD Sybase using dates/times? I'm pulling out a date from Sybase 15, with the latest version of ctlib, and getting weird results. By weird, I ...
    Gerardi, MarkGerardi, Mark
    Feb 7, 2013 at 7:57 pm
    Feb 12, 2013 at 6:57 am
  • I've just uploaded DBD::ODBC 1.42_5 to CPAN. I'm hoping this is going to be the final development release of the 1.42 series. If you rely on DBD::ODBC then please test it. The changes since the last ...
    Martin J. EvansMartin J. Evans
    Jan 25, 2013 at 9:54 am
    Jan 25, 2013 at 9:54 am
  • Hello, I have installed the Oracle instandclient under openSUSE and this part works fine: sqlplus abc/xyz@TAH_HU SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jan 21 10:58:04 2013 Copyright (c) ...
    LutzefutzLutzefutz
    Jan 21, 2013 at 10:15 am
    Jan 25, 2013 at 9:02 am
  • IBM Informix Database Driver for Perl DBI Version 2013.0118 (2013-01-18) has been uploaded to CPAN. IBM Informix Database Driver for Perl (also known as DBD::Informix) is the driver code that enables ...
    Jonathan LefflerJonathan Leffler
    Jan 19, 2013 at 5:05 am
    Jan 19, 2013 at 5:05 am
  • file: $CPAN/authors/id/T/TI/TIMB/DBI-1.623.tar.gz size: 596517 bytes md5: b45654dca3b495f3d496c359f0029d96 =head2 Changes in DBI 1.623 (svn r15547) 2nd Jan 2012 Fixed RT#64330 - ping wipes out errstr ...
    Tim BunceTim Bunce
    Jan 2, 2013 at 1:24 pm
    Jan 2, 2013 at 1:24 pm
  • Hi, SQL::Statement 1.402 has been uploaded to PAUSE and should be updated where ever possible. Version 1.402, released December 19, 2012 ------------------------------------------------- [Misc] * add ...
    Jens RehsackJens Rehsack
    Dec 22, 2012 at 8:31 am
    Dec 22, 2012 at 8:31 am
  • Hi there, I have a little problem with SQL-Statement. I installed it on two different systems (Linux+Windows) using Perl v5.14. The installation went w/o a hitch, also "make test" showed no issues ...
    Jens RehsackJens Rehsack
    Dec 19, 2012 at 2:58 pm
    Dec 19, 2012 at 6:58 pm
  • So I think I've found the bad news part of my recent update 10 OS X 10.8… DBI installed just fine, went to install DBD::Oracle and at first it failed entirely because it couldn't ID the Pracle ...
    Bruce JohnsonBruce Johnson
    Dec 17, 2012 at 5:15 pm
    Feb 11, 2013 at 11:08 am
  • Hi, We are using DBI (v1.620) and DBD::mysql (v4.021) on a NetBSD system to access a remote MySQL database (v5.1.62) from a locally written application running under perl v5.14.2 using fastcgi ...
    Duncan McEwanDuncan McEwan
    Dec 4, 2012 at 3:45 am
    Dec 5, 2012 at 9:16 am
  • Hi Allen, am I allowed to ask why you're writing to my NetBSD.org address instead of my CPAN address? At first I looked for a mistake I made last DBI/DBD::* update for pkgsrc ;) Looks as if you ...
    Jens RehsackJens Rehsack
    Nov 30, 2012 at 9:31 am
    Nov 30, 2012 at 9:31 am
  • Hej folks, A few weeks ago after upgrading to a new Ubuntu version I started running into a weird error in one of my perl scripts. The script uses DBI and DBD::Pg to communicate with a Postgresql 9.1 ...
    Wouter de GeusWouter de Geus
    Nov 29, 2012 at 10:47 am
    Nov 30, 2012 at 6:08 am
  • Why not automate the hacking using Text::CSV_XS and rewrite the header before using DBD::CSV? There should be, and it is likely that this case is already fixed in the current development state of ...
    H.Merijn BrandH.Merijn Brand
    Nov 25, 2012 at 9:00 am
    Jan 29, 2013 at 3:31 pm
  • Dear All, I want to know, the material and source code / open source project, where Perl is used for Banking and Finance Domain. And if you can guide me to tutorial and books where, it explains about ...
    Perl PerlPerl Perl
    Nov 22, 2012 at 7:18 am
    Nov 26, 2012 at 2:35 pm
  • I am getting no such table: <tablename error. I seem to be able to connect fine. Just cannot prepare a query : $query_handle = $DBIconnect- prepare($query) or die "...bad qh: $DBI::errstr\n\n";
    Buscato, RichardBuscato, Richard
    Nov 21, 2012 at 11:00 pm
    Nov 22, 2012 at 5:52 pm
  • Hi All, I am using Perl DBI to connect Oracle Database. The query runs if type from 'sqlplus' manually but hangs when I use the sql inside the script. Getting following error, "DBD::Oracle::st ...
    Amaresh pothnalAmaresh pothnal
    Nov 19, 2012 at 11:29 am
    Nov 21, 2012 at 12:36 am
  • Hi Kevin, I've forwarded your email on to the dbi-users list. See http://dbi.perl.org and look at the support page. Sorry for top posting but my email client is having some sort of fit with your ...
    Martin J. EvansMartin J. Evans
    Nov 12, 2012 at 7:05 pm
    Nov 15, 2012 at 11:14 am
  • Hi I installed the perl and DBI, DBD::Oracle module. I am getting the below error while I try to execute the DB connection perl coding. Please let me know what is the problem and the solution for ...
    Srinivasan SubramanianSrinivasan Subramanian
    Nov 2, 2012 at 9:53 am
    Nov 7, 2012 at 2:22 pm
  • Hi, yesterday I have released the initial version of DBIx::Table::TestDataGenerator, see http://search.cpan.org/~jds/DBIx-Table-TestDataGenerator-0.001/ Its goal is to support testing database ...
    José Diaz SengJosé Diaz Seng
    Oct 29, 2012 at 9:58 pm
    Oct 29, 2012 at 9:58 pm
  • Hi, hereby I announce the SQL::Statement 1.401 release containing following changes: Version 1.401, released October 29, 2012 ------------------------------------------------- [Misc] * Switch to ...
    Jens RehsackJens Rehsack
    Oct 29, 2012 at 1:40 pm
    Oct 29, 2012 at 1:40 pm
  • I have tried cpan and cpanm installs and get very non description errors (other than failed). Any help would be appreciated. Thanks.
    Steven HaunSteven Haun
    Oct 28, 2012 at 1:18 pm
    Oct 28, 2012 at 2:44 pm
  • So once again we're seeing segmentation and general protection faults when using DBI with threads. I've tested it with Perl 5.12.3, 5.14.3, and 5.16.1. The backtraces keep pointing to DBI.xs line ...
    Matthew MusgroveMatthew Musgrove
    Oct 26, 2012 at 8:25 pm
    Nov 8, 2012 at 10:10 pm
  • I have just uploaded DBD::ODBC 1.41 to the CPAN. This is the full release of the 1.40 development series and the changes can be found below. I draw your attention to a number of changes in ...
    Martin J. EvansMartin J. Evans
    Oct 23, 2012 at 9:48 am
    Oct 23, 2012 at 9:48 am
  • Dear mavens, My application interacts with a MySQL DBMS. There I am using subroutines and packages that set the various attributes passed to the DBI "connect" method. Also, I later switch databases ...
    Meir GuttmanMeir Guttman
    Oct 22, 2012 at 5:19 pm
    Oct 22, 2012 at 5:45 pm
  • Is it possible, and if so, how can I set the number of placeholders in a prepared statement at runtime? IE, given something like: my $sth = $dbh- prepare("INSERT INTO $table ($fields) VALUES ...
    Tim BowdenTim Bowden
    Oct 22, 2012 at 7:17 am
    Oct 22, 2012 at 9:03 am
  • plz give me solution for this problem, log installation is given below- perl Makefile.pl .................t/zvxgp_70callbacks.t t/zvxgp_72childhandles.t t/zvxgp_80proxy.t t/zvxgp_85gofer.t ...
    Darvesh KumarDarvesh Kumar
    Oct 15, 2012 at 9:15 am
    Oct 18, 2012 at 5:27 pm
Group Navigation
period‹ prev | Latest | first ›

Top users

Tim Bunce: 2626 posts Michael A Chase: 1110 posts Isterin: 948 posts Martin Evans: 769 posts Scoles: 480 posts Michael Peppler: 448 posts Jeff: 437 posts Jeff Urlwin: 428 posts Reidy, Ron: 428 posts Ron: 390 posts Ronald J Kimball: 372 posts Jonathan Leffler: 295 posts Peter J . Holzer: 259 posts Jeff Urlwin: 245 posts Jleffler: 197 posts Bart Lateur: 184 posts Alexander Foken: 174 posts Jkstill: 163 posts Hardy Merrill: 149 posts Simon Oliver: 148 posts
show more
Archives