| Thread | Last Post | Replies |
|
| Bind variables of Oracle XMLType | 29 Sep 2003 15:47 GMT | 2 |
I've hacked together a few lines of perl and Inline C in order to bind variables of type XMLType to placeholders. I can currently insert XML data of less than 32k into an XMLType table or column, but I considered integrating the code into DBD::Oracle, so that it would be available ...
|
| DBD::Oracle beta available for testing | 26 Sep 2003 13:55 GMT | 19 |
Is it an alpha or a beta? Who knows? Probably more alpha than beta but it it what it is and you're welcome to hit on it. http://homepage.eircom.net/~timbunce/DBD-Oracle-1.15-20030922beta.tar.gz =head1 Changes in DBD-Oracle 1.14_90 22nd September 2003
|
| sysprocesses columns | 23 Sep 2003 21:08 GMT | 6 |
Group, Any ideas of how you can populate the info into the clientapplname, clienthostname, clientname columns in the sysprocesses table in master database from perl scripts using syb-perl?
|
| Error in Using DBI with oracle 9i | 23 Sep 2003 21:05 GMT | 1 |
I am getting following error install_driver(Oracle) failed: Can't load '/pkg/perl/5.6.1/lib/site_perl/5.6.1/sun4-solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: /pkg/perl/5.6.1/bin/perl: fatal:
|
| RE: Compilation error when building perl 5.8.0 on AIX | 12 Sep 2003 22:56 GMT | 1 |
> -----Original Message----- > From: Le, Michelle > Sent: Friday, September 12, 2003 2:12 PM > To: SybPerl Discussion List |
| [Patch] Minor Patch for DBD::ExampleP | 12 Sep 2003 10:10 GMT | 3 |
Tim, Here's a minor patch for DBD::ExampleP to fix: https://rt.cpan.org/Ticket/Display.html?id=2192 Use of uninitialized value in array dereference at
|
| Re: What to do with UTF-8 data? | 11 Sep 2003 11:49 GMT | 1 |
Hi, Steve, [...]
> The problem is: How do I trap all input/output to/from DBI to do these > conversions? |