| Thread | Last Post | Replies |
|
| Volunteers sought to help with or take over Oracle::OCI | 21 Jul 2008 20:51 GMT | 3 |
The Oracle::OCI module provides access to the entire Oracle OCI interface. Every feature Oracle offers can be accessed via OCI. Including Transparent Application Failover (TAF) and bulk loading. The Oracle::OCI module bootstraps itself at build time. Automatically
|
| Re: Problem with DBD::Oracle ora_auto_lob not work ing unsubscibi me plz - unsubsicrib mi please | 19 Jul 2008 17:10 GMT | 1 |
"Martin Evans" <martin.evans@easysoft.com>, "dbi-users" <dbi-users@perl.org> unsubscibi me plz - unsubsicrib mi please <unsubscribe-dbi-users@perl.org> how to
> -----Ursprüngliche Nachricht----- > Von: "John Scoles" <scoles@pythian.com> |
| Problem with DBD::Oracle ora_auto_lob not working | 18 Jul 2008 18:14 GMT | 4 |
I am in the process of moving some select SQL which was in Perl into functions and procedures in an oracle package which return a cursor the perl can read i.e., to hide the SQL from outside the database. Some of these select statements read clobs.
|
| perl dbi | 18 Jul 2008 17:30 GMT | 1 |
Hi Tim I read your post on http://search.cpan.org/src/TIMB/DBI_AdvancedTalk_2004/index.htm. Thank you for the great information. I was using korn shell for years. few things I do not see there is:
|
| retrieve db handle from st handle? | 15 Jul 2008 07:24 GMT | 2 |
Is it possible to retrieve the associated parent db handle from a statement handle? I am subclassing DBI and am overriding a few statement methods, and in those statement methods I would like to store information in the db handle (as shown in the docs with ...
|
| DBI 1.605 $dbh->ping crashes Perl (seg fault) when autoreconnect=1 and connection goes away (at least with DBD::mysql) | 08 Jul 2008 20:12 GMT | 2 |
So I've been tracing this extremely weird segfault in my code for about half a year now mostly due to the evasive nature of the crash and finally traced it down to these specific steps: - perl 5.10 (happened in 5.8 too)
|
| Detecting auto-incrementing primary keys | 06 Jul 2008 03:09 GMT | 3 |
I'm looking for a *portable* way to detect auto-incrementing primary keys. Is there one? I'm using $dbh->primary_key_info to fetch details about column(s) that are participating in primary keys, but this doesn't mention whether
|
| No line number with RaiseError in DBD::Sybase | 04 Jul 2008 19:30 GMT | 3 |
With RaiseError or PrintError set, if DBD::Sybase throws an error, the error message does not indicate what line number of the program that the error was on ... or what program/module that the error was in. DBD::Oracle and DBD::ODBC both have program/module line numbers at the
|
| Nonnumeric Primary Keys | 03 Jul 2008 21:20 GMT | 1 |
Hey, all I have a db in production that uses a whole lot of string values as primary keys. (It's Oracle, FWIW) Does DBIX::Class care what data type a primary key is? I *vaguely* remember hearing some sort of remark in the Catalyst master class Jon Rockway taught at YAPC
|