DBD driver for Apache Ignite (1 message)
I've been working on a DBD driver for Apache Ignite that interfacesultimately via Ignite's binary protocol interface. Wanted to make sureno driver is already in the works.I know one could use the ODBC...
View ArticleDBD::Oracle use_drcp and connection class (2 messages)
Hello,after looking at the sources of DBD::Oracle I am somewhat confused. OCIoffers Session pooling and Connection pooling. "DRCP" is abbreviationfor "connection pooling", but DBD::Oracle offers...
View ArticleOracle DBD with 19c - forked child hangs on exit (1 message)
We just upgraded one of our database servers from Oracle 12.2.0.1 to19.15.0 and one our perl programs is behaving differently. We are runningwith RedHat 8.4 using Perl v5.26.3 and the latest...
View ArticleDBD::Pg version 3.16.0 released (1 message)
-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1Version 3.16.0 of DBD::Pg, the Perl DBI driver for PostgreSQL, is now available.The full list of changes for 3.16.0 is listed below.Development happens...
View ArticleFwd: please help with DBD-Oracle-1.76 (2 messages)
> Begin forwarded message:> > From: Daniel Chmielewski <daniel.chmielewski@gmail.com>> Subject: Fwd: please help with DBD-Oracle-1.76> Date: 5 September 2022 at 10:03:15 IST>...
View ArticleTable Value Parameter for SQL server (1 message)
Hi All,I am attempting to bulk merge a lot of rows quickly to an mssql server andI understand that table value parameters are a possible option for doing so.I set up the following test objects on the...
View ArticleOracle connection error (5 messages)
Hi,While installing Perl DBI module to connect to Oracle 19c on RedHat 8 VM, Isee the below error and the installation fails./usr/bin/ld: cannot find -lnslcollect2: error: ld returned 1 exit...
View ArticleRe: perl is not working after migrating the server to AIX 7.2 (1 message)
On Thu, 17 Feb 2022 09:42:38 +0000"MK, Karthick" via dbi-users <dbi-users@perl.org> wrote:> Hello Brain,> > Thanks for your respond.. The server was migrated from 6.1 TL9 SP12> to 7.2...
View ArticleDBD::Informix (1 message)
Hi,I am trying to install DBD::Informix on Solaris 11.3 that has Informix14.10 database installed. It can build Makefile but than make just hangs.root@plum:~# env...
View ArticleLoad duplicates (2 messages)
Hi group,My perl skills are basic and my SQL skills almost match that.Using perl 5.28 and mysql on windows.I have a couple million records that needs processing to go to their...
View ArticleAdvice or best practice for updating multiple rows with a singlequery (3...
Dear Mongers,here is my example code trying to update multiple rows with a single query. Since the number of lines to be updated varies constantly, both the placeholders and the data need to be...
View ArticleRe: Load duplicates (1 message)
>Using perl 5.28 and mysql on windows.>>Question: Can DBI give me a field from the record on the main table causing>the duplicate so I can add that to the record going to the duplicate...
View ArticleDBD::Pg authentication methods (2 messages)
I am in the process of moving from an Oracle-based system to Postgres, and am trying to replicate the setup I have in Oracle.This is primarily for a variety of web-based applications. None of the...
View ArticleDBD::MariaDB 1.23 (1 message)
Hello,New version of DBD::MariaDB 1.23 is now on CPAN: https://metacpan.org/release/PALI/DBD-MariaDB-1.23DBD::MariaDB is DBI driver for connecting to MariaDB and MySQLdatabases. It is a fork of...
View ArticleIs this a DBD::Pg problem or Postgres problem? (1 message)
Iâve move an application to Postgres for the database and am having a problem with using named parameters.My code:my $csr_newinv =$lda->prepare("insert into inventory (inv_id, instid, av_id,...
View ArticleDBD::Oracle forked client hangs with Oracle Client Libraries 19.20and later....
Good day,I am trying to dig into an issue after a recent Oracle update. The application has been running flawlessly from version 9.x to 18.5, and has only broken on the most recent client library...
View ArticleError with DBD::Pg (2 messages)
I am moving some web applications from Oracle to Postgres, and on one system Iâm getting the following error:[Fri Oct 27 13:25:19.725785 2023] [:error] [pid 98181:tid 98230] DBD::Pg initialisation...
View ArticleDBD::Pg on a client system (1 message)
Trying to install DBD::Pg on a client system (ie one NOT running a postgres database) it is asking for the location of the pg_config file, which (not surprisingly) doesnât exist.System is Rocky Linux...
View ArticleDBI.pm connects with 'use DBI' to a PostgreSQL server withoutcredentials (1...
Hello,We encounter with a bigger Perl written applications the problem that inthe serverlog of a remote PostgreSQL server appear the following lines:2023-11-20 10:45:55.826 CET [84269] FATAL: no...
View Article