Quantcast
Channel: perl.dbi.users
Browsing latest articles
Browse All 225 View Live

DBD::Oracle 1.80 & Oracle client 19c Segfaults on Destroy (1 message)

We have run into an issue when we upgraded to Oracle client 19c. Some of the users processes are segfaulting on exit.#0  0x00007f82ee84ccc0 in pthread_mutex_lock () from /lib64/libpthread.so.0#1...

View Article


DBI NULLs Test (1 message)

Using DBI:mysql:database=mysql;hostname=localhost, db version:5.5.5-10.1.41-MariaDB-0ubuntu0.18.04.1=> Drop table 'dbi__null_test_tmp', if it already exists...=> Create table...

View Article


(Fwd) DBD:Oracle (1 message)

----- Forwarded message from Ajay Kumar <KUMARAJ@pwcs.edu> -----Date: Mon, 13 Jul 2020 15:32:55 +0000From: Ajay Kumar <KUMARAJ@pwcs.edu>To: Tim Bunce <timb@cpan.org>Subject:...

View Article

DBD error (3 messages)

Hi Support,I am receiving following error while installing DBD Perl module on IBMAIX 7.1 .Please help me to solve this..bash-3.2# perl...

View Article

Re: DBD error (1 message)

On 17/07/2020 13:02, Bala GANESH wrote:>>         > LD_RUN_PATH="/oracle/product/19.7/lib:/oracle/product/19.7/rdbms/lib" > ld  -bhalt:4 -G >...

View Article


DBD::Pg 3.14.0 released (1 message)

-----BEGIN PGP SIGNED MESSAGE-----Hash: RIPEMD160Version 3.14.0 of DBD::Pg, the Perl DBI driver for PostgreSQL, is now available. The full list of changes for 3.12.0 through 3.14.0 is below.Development...

View Article

DBI.pm - Memoryfault(coredump) (5 messages)

Hello,We are having the below issue from one of the perl modules. We are tryingto get Oracle query results via this perl package and that package is usingDBI.pm.The perl script is executing end-end but...

View Article

Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump) (2 messages)

Also consider switching to the JDBC module and using the Oracle JDBC driver.The JDBC driver requires launching a Java server which perl accesses via sockets which is available from CPAN but is not...

View Article


Re: [EXTERNAL] Re: DBI.pm - Memoryfault(coredump) (1 message)

These connection strings are not the same.There really is not much to say about them without code samples thatinclude variable definitions.On Wed, Oct 28, 2020 at 13:06 Srikantha...

View Article


DBD::Oracle insert speed (2 messages)

Hi,I have already asked this question at perlmonks.org but I did not getproper answer.Module DBD::Oracle <http://search.cpan.org/perldoc?DBD%3A%3AOracle> hasserious performance degradation at...

View Article

Strange issue with inserting varchar2() (10 messages)

I'm working on an app that processes (among other thing) long sections of text, and I’m running into odd multi-byte characters in some of the entries.The column in question is a varchar2(4000) so I...

View Article

Debian Buster -> Bullseye upgrade issue with UTF8? (4 messages)

I use perl CGI::Session on a Debian buster box, after upgrading to Bullseyethe website barfs with message :-DBD::mysql::db do failed: Incorrect string value:'\xF9\x08a\x00\x00\x00...' for column...

View Article

select decimal column from mysql (3 messages)

hi,I select a decimal column, from mysql with dbi,the value 0.015 for example, my ($v) = $dbh->selectrow_array("select pricefrom test limit 1")it is greater than 0 in perl.What's the proper way to...

View Article


RE: [EXTERNAL] Re: select decimal column from mysql (2 messages)

Variables in perl are “untyped” or better yet “dynamically typed”.Every variable is a string but will behave like a int or float in the right context.Conversions from string to int to float and...

View Article

perl is not working after migrating the server to AIX 7.2 (3 messages)

Hello Team,We have migrated our AIX server from 6.1 to 7.2 . After the migration the perl is upgraded with v5.28.1 but perl scripts are not working . We are getting below error message. Could you...

View Article


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 Article

DBD::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 Article


Oracle 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 Article

DBD::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 Article

Fwd: 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 Article

Fatal error trying to install DBI on Cygwin (1 message)

View Article


Table 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 Article


Oracle 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 Article

Re: 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 Article

DBD::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 Article


Load 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 Article

Advice 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 Article

Re: 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 Article

DBD::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 Article



DBD::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 Article

Is 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 Article

DBD::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 Article

Error 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 Article


DBD::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 Article

DBI.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

How to post? cpan install DBI fails (5 messages)

I have been having a wonderful discussion with ezmlm.After reading careful, all her recommendations and subscribing and acknowledging,I cannot seem to understand how to post to the mailing...

View Article


Failure to install (1 message)

Hello,Lately I have been unable to compile DBI under debian/trixie. I foundout when upgrading Perl with perlbrew from 5.36.0 to 5.38.2 and5.40.0, but I can't compile DBI for 5.36.0 where I have a...

View Article


DBD::Oracle OS authentication broken following Oracle 19.25 upgrade (3 messages)

Hey all - New to the list, but not new to Oracle or DBD::Oracle. I opened an issue yesterday (https://github.com/perl5-dbi/DBD-Oracle/issues/180) and today, I built the latest Perl, DBI, and...

View Article

need help with utf-8 (12 messages)

Hello,very happy to find this mailing list as it is my last resort!!I have a project which uses DBI to write to postgres DB.after upgrading from RHEL7 to RHEL8, the utf-8 character is not...

View Article

Issues connecting to an Amazon RDS instance: creating the databasehandle is...

My institution provides us with Amazon Relational Database Servers so we can migrate from on-prem to cloud.I've started the process of migrating our databases (on premises are Oracle 19c, same as the...

View Article
Browsing latest articles
Browse All 225 View Live