Quantcast
Channel: perl.dbi.users
Browsing all 225 articles
Browse latest View live

DBD::SQLAnywhere SEGV when Oracle handle exists (7 messages)

DBD::SQLAnywhere seems to work ok for Sybase IQ, but if I first create aDBD:Oracle handle, the SQLAnywhere connect hangs for a while, andeventually segfaults. FYI on redhat Linux.

View Article


DBD::mysql new development release, test our unicode improvements! (1 message)

(if you rather read a website than plain text, this is also on mysite: https://huntingbears.nl/2017/03/02/dbdmysql-even-more-utf8-issues-fixed-super-ci/)In my previous...

View Article


(Fwd) Oracle.pm (7 messages)

----- Forwarded message from Gowtham <shiningstargautam@gmail.com> -----Date: Mon, 6 Mar 2017 15:40:59 -0600From: Gowtham <shiningstargautam@gmail.com>To: Tim.Bunce@pobox.comSubject:...

View Article

Re: [Dbix-class] Strangely does DBIx change table names from MySQL? (1 message)

DBIC by default follows the convention that table names reflect the entity name in singular. If It detects table names in plural It uses a Lingua::* module to deduce the apropriate singular name, and...

View Article

Re: DBD::SQLAnywhere SEGV when Oracle handle exists (1 message)

The issue was the libclntsh that Oracle was loading conflicted withSQLAnywhere , updating Oracle libs and recompiling DBD::Oracle fixes it.On Mar 7, 2017 2:10 PM, "Douglas Wilson"...

View Article


DBD::Pg version 3.6.0 released (1 message)

-----BEGIN PGP SIGNED MESSAGE-----Hash: RIPEMD160Version 3.6.0 of DBD::Pg, the Perl DBI driver for PostgreSQL, isnow available. This release fixes some bugs, adds some new functions, and makes some...

View Article

Announce: DBI 1.637 (1 message)

file: $CPAN/authors/id/T/TI/TIMB/DBI-1.637.tar.gz size: 596423 bytes md5: fdcb1739c923300de7bc5250c1c75337 sha1: 183ba1542a7499b508568c1765a4a1bcc4b4bbc9=head2 Changes in DBI 1.637 Fix use of...

View Article

Best Practice Using Galera Cluster (1 message)

We have just set up a Galera Cluster on three geographically diverse servers.How should we modify Perl clients to take advantage of this?The DBD::mysql manual page gives no indication that we can...

View Article


DBD::Oracle BLOB updates on multiple rows (1 message)

Hi,?Running an update like below with DBD::Oracle that updates 2 rows with the same BLOB value bound as ORA_BLOB fails with the following inside oci8.c if (row_count > 1) return oci_error(sth,...

View Article


DBD::mysql path forward (23 messages)

Hi all,After talking to Pali and looking at how other drivers have handled the issue, the best way forward will be to deal with solving the UTF-8 issue correctly as was attempted in May. This will be a...

View Article

Perl DBI libraries for connecting 12c (9 messages)

‰PNG IHDR((Œþ¸msRGB®Îé pHYs%%IR$ðtEXtSoftwareMicrosoft...

View Article

Oracle TAF, FCF and FAN support (1 message)

I'm working with Oracle in a series of payments applications mostly done in Perl that run 24x7.We're trying to set up our environment to enable database changes (both patching and application changes)...

View Article

I probably mentioned this the last time I installed DBD:Oracle but Icouldn't...

Oracle’s latest instant client for 64-bit linux puts the demo.mk file in /usr/share/oracle/12.2/client64/demo The DBD::Oracle installer only looks in /usr/share/oracle/12.2/client64/ to find it and...

View Article


minor changes in a parser (2 messages)

‰PNG IHDR‰sRGB®ÎégAMA±üa pHYsÃÃÇo¨d9IDAT8O}T[l”Eþþùÿ½_Ú-t[7»-µDk¥4¥­¨5ƒ‰A ‰#ÑßD¼<”Jb$“>˜ Äh¢ñˆ<”B+JÙVÐÒu·-{q·ÛîvÿËxfښ%ˆ“=ÙùÏÌ|sæ|ß9Jì¹V^åvÃä–Æ¿“eÇÒ?è'‡Ü²¼¯Ü?mã^§F©S/›&û¾¡h*T‡S...

View Article

DBD::mysql next steps (1 message)

Greetings all!Michiel and I have been talking, weighing options of what course to take indealing with moving forward-- with the goal of both offering both stabilityand the choice to have the latest...

View Article


MySQL IV vs PV (2 messages)

Is there anything in a db handle or statement handle one use to knowwhether the running instance of DBD::MySQL will return integer columnsas IV?I'm adding some code to a layer atop DBI which will force...

View Article

installing DBD::mysql without mysql on the local host (2 messages)

Howdy,I have a situation where a data feed for a postgres system is disappearingat the end of the month. I get the same data feed to a MySQL server everyday. I need to use the MySQL databases to update...

View Article


Oracle encoding query (4 messages)

I have an Oracle databse with NLS_CHARACTERSET US7ASCIII have a table "land", likecreate table land ( c_land number (4) not null, zoekarg varchar2 (5), land varchar2 (40), diac number (1), d_in number...

View Article

Hunting down (possible) memory leak in DBD::Oracle (10 messages)

Dear DBI people - I am trying to port some old perl code to a new box. (see Details below) Needless to say the original box and code works fine, but the new box (and old code) does not.Specifically...

View Article

RE: Hunting down (possible) memory leak in DBD::Oracle ** EXTERNAL** (3...

Thanks for the reply, Howard,I am using the exact same database - a test database that has copies of the production data put into it once a day - besides that it doesn't change much (if at all) during...

View Article
Browsing all 225 articles
Browse latest View live