FAQ

Search Discussions

23 discussions - 75 posts

  • Hello All, I am confused as to why I am getting this error message. I am trying to connect to two different Oracle instances within one program run. The two Oracle instances are different in ...
    Loo, Peter # PHXLoo, Peter # PHX
    Dec 11, 2007 at 5:54 pm
    Dec 14, 2007 at 7:02 pm
  • Hi, I have been using easysoft odbc driver for connecting to my oracle database. I want to know is there a free odbc driver that I can use for this purpose. Kindly assist me on this. Thanks Regards, ...
    Cyril GeorgeCyril George
    Dec 26, 2007 at 9:39 am
    Jan 2, 2008 at 8:32 pm
  • Hello At the present time I am using Perl, cgi, Apache Web Page, SQL, and SYBASE database on a unix server(SUN Fire V 880). I have no problem accessing the Sybase database, fetching records and ...
    Ithier CtrIthier Ctr
    Dec 7, 2007 at 1:51 pm
    Dec 10, 2007 at 10:55 pm
  • Hello, I'm using .mdb file with DBI/DBD::ODBC. my $dbh = DBI- connect("dbi:ODBC:test", "", "", {RaiseError = 1, AutoCommit = 0, LongReadLen = 409600}) or die "$DBI::errstr"; Anyone will teach me how ...
    田口 浩田口 浩
    Dec 7, 2007 at 2:19 am
    Dec 9, 2007 at 7:18 am
  • Hello all, Is there a such a thing as a compatibility matrix for DBD,DBI, perl, OS (solaris) and Oracle? If so, where could I find the doc? When upgrading DBD and DBI, I'm wondering if I should check ...
    Kim LaabsKim Laabs
    Dec 5, 2007 at 9:49 pm
    Jan 25, 2008 at 3:58 pm
  • It's been a while since I did dbi, but I used to be quite proficient. Now I'm back to it. What I want to do is read a flat file that has a column value in it, do a select on the database to find a ...
    GbostockGbostock
    Dec 3, 2007 at 9:44 pm
    Dec 4, 2007 at 7:26 pm
  • Hello all, I know this can be done but does someone have a step by step guide that walks me through the process of setting up DBD:: MYSQL on Max OS X. Thanks, Bruce Martin The Martin Solution ...
    Bruce MartinBruce Martin
    Dec 5, 2007 at 9:15 pm
    Dec 6, 2007 at 10:32 am
  • I have a csv file. I defined the column names inside the perl script but "sql insert" does not work. If the csv has column names, the script (without col names defined) works. sql select works on ...
    AclhkaclhkAclhkaclhk
    Dec 31, 2007 at 9:57 am
    Dec 31, 2007 at 10:31 pm
  • Hi all, we just installed DBD Oracle 1.19 on Linux suse. oracle 10.1.0.3 full version has been installed on the same box prior installing DBD and the db instance is accessible. after the DBD Oracle ...
    Susantio, HermanSusantio, Herman
    Dec 26, 2007 at 3:03 am
    Dec 27, 2007 at 2:09 pm
  • Folks, I am facing a funny but troubling issue with Perl DBI & Oracle. When my shell environment does not have ORACLE_HOME path set, my script works fine. I am connecting to Oracle DB like this: ...
    Kumar RanjanKumar Ranjan
    Dec 19, 2007 at 3:00 pm
    Dec 19, 2007 at 7:03 pm
  • Hi, Can anyone help me resolve this problem? ============================================================================== Please access the attached hyperlink for an important electronic ...
    Grech, RaymondGrech, Raymond
    Dec 17, 2007 at 2:39 pm
    Dec 19, 2007 at 4:57 pm
  • I'm running Red Hat AS 4 on a Sunfire X4200 with 4 GB RAM, 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 athlon i386 GNU/Linux Perl 5.8.5 installed with DBI 1.601 and DBD::Oracle 1.19, and ...
    SAMUEL HOOVERSAMUEL HOOVER
    Dec 18, 2007 at 4:00 pm
    Dec 19, 2007 at 4:14 pm
  • Hi, i'm newbie in perl programing I have some problem when installing squid2mysql, the problem occur when starting squid: #service squid start Starting squid: "use" not allowed in expression at ...
    Didik kustriantDidik kustriant
    Dec 17, 2007 at 9:56 pm
    Dec 18, 2007 at 8:28 am
  • I have a perl script which updates some (large) tables from text-files, inserting, updating and deleting records. For performance reasons the inserts, updates and deletes are queued together and then ...
    Peter J. HolzerPeter J. Holzer
    Dec 16, 2007 at 10:07 pm
    Dec 16, 2007 at 10:42 pm
  • So, who's going to be first to mash up Amazon::SimpleDB::* and perhaps DBI::SQL::Nano into a DBI driver for Amazon's new SimpleDB service? http://www.amazon.com/gp/browse.html?node=342335011 Tim.
    Tim BunceTim Bunce
    Dec 14, 2007 at 1:37 pm
    Dec 14, 2007 at 6:32 pm
  • When I try to run a perl script that uses ODBC drivers to insert data more than 70000 rows I am getting the following error.... DBD::ODBC::st execute failed: [unixODBC][FreeTDS][SQL Server]Procedure ...
    Jnp SwissJnp Swiss
    Dec 12, 2007 at 6:49 am
    Dec 12, 2007 at 1:38 pm
  • Dear DBD::mysql users and developers, I'm pleased to announce the release of DBD::mysql 4.006. This release contains various fixes, per Changelog: * Cleanups on OS X compile * Fixes to syntax errors ...
    Patrick GalbraithPatrick Galbraith
    Dec 28, 2007 at 3:46 pm
    Dec 28, 2007 at 3:46 pm
  • Dear Tim Bunce, I forgot to tell you the error that was being produced, sorry about that! The error that is generated by Perl is "Illegal parameter number" in a Perl source code line containing the ...
    Thomas StraubThomas Straub
    Dec 11, 2007 at 10:20 pm
    Dec 11, 2007 at 10:20 pm
  • Same errors as in RC2 for HP-UX After corrections. Perl Makefile.PL -l and make worked Don't know the effect of missing META.yml Didn't get the "make test" to run yet working on that Thank You Rich ...
    Richard T MalafaRichard T Malafa
    Dec 11, 2007 at 3:31 pm
    Dec 11, 2007 at 3:31 pm
  • Dear Tim Bunce, Hi, I think I found a real bad bug in the DBI module version 1.58 to 1.601 and ActivePerl 5.8.8 when trying to "bind" values to question marks inside an SQL statement. First I'd like ...
    Thomas StraubThomas Straub
    Dec 11, 2007 at 11:20 am
    Dec 11, 2007 at 11:20 am
  • Hello DBI folks. I have a problem with DBD::Oracle connection, description follows: Perl script creates connection to an Oracle server and works with db like db proxy (daemon). Sometimes script ...
    Eugene KrivdyukEugene Krivdyuk
    Dec 5, 2007 at 8:16 am
    Dec 5, 2007 at 8:16 am
  • The London Perl Workshop was fun. http://conferences.yapceurope.org/lpw2007/ Gave my first Keynote. Seems to be well received, even if I did trip up on my final climactic line (because it wass off ...
    Tim BunceTim Bunce
    Dec 3, 2007 at 10:12 pm
    Dec 3, 2007 at 10:12 pm
  • Hi Folks I've updated my design tool list at http://savage.net.au/Ron/html/drawing-tools.html to include ModelRight. Email me if you know of other tools which are appropriate to add to this list. -- ...
    Ron SavageRon Savage
    Dec 3, 2007 at 12:49 am
    Dec 3, 2007 at 12:49 am
Group Navigation
period‹ prev | Dec 2007 | next ›
Group Overview
groupdbi-users @
categoriesperl
discussions23
posts75
users41
websitedbi.perl.org

41 users for December 2007

Loo, Peter # PHX: 6 posts Tim Bunce: 6 posts Paul Gallagher: 4 posts Gbostock: 3 posts Cyril George: 3 posts Jeff Zucker: 3 posts John Scoles: 3 posts Martin Evans: 3 posts Peter J. Holzer: 3 posts Ron Savage: 3 posts Alexander Foken: 2 posts Alexander V Alekseev: 2 posts David Dooling: 2 posts Kim Laabs: 2 posts Martin Gainty: 2 posts Thomas Straub: 2 posts 田口 浩: 2 posts Gcd00051: 1 post Ithier Ctr: 1 post Jnp Swiss: 1 post
show more
Archives