Re: DBD::Oracle for Oracle instant client

2005-10-20 Thread Jay Strauss
piet paaltjens wrote: see below Dear Tim, I've just downloaded and tested the Oracle 10 Instant client software, including SQL*Plus. This appears to work well, with ORACLE_HOME, LD_LIBRARY_PATH and PATH settings. However when I try execute : 'install DBD::Oracle' this is what I get: The

Serializing Storable.pm objects via DBI to Oracle 10g

2005-10-20 Thread Chris Fuhrman
Howdy, I seem to have encountered an odd quirk somewhere when using DBI against an Oracle 10g database. Here's the situation. I'm taking the following object, serializing using Storable.pm, and inserting it into a CLOB field in an Oracle 10g database running Solaris 9/sparc. $VAR1 = 'obj';

Is it a bug in DBD::SQLite?

2005-10-20 Thread Adriano Ferreira
While developing, I gave DBD::SQLite a bad SQL statement like select 'eek (quoted string not terminated). It worked and gave a weird answer. Is that something I should be expecting? Some oddity of SQLite? The following test script was run #!/usr/bin/perl use DBI; use