DBD::Oracle 1.25 and DRCP
[email protected] (Cliff Martin)
| Newsgroups | perl.dbi.users |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <88041ea7-df7a-446e-ad54-54c8acd3d560@n19g2000prf.googlegroups.com> |
I am using the new DBD::Oracle module with DRCP. I am able to connect to my connection pool, but the NUM_HITS does not increment, and the connection class is always "SHARED" instead of whatever I specify (using either the environment variable or the connection parameter) What am I doing wrong? I have the same problem with Python, but PHP works great. With PHP I can set the connection class and the NUM_HITS goes up appropriately. Using Perl 5.10, DBI 1.614, DBD::Oracle 1.25 and Oracle 11.1 on an HP- UX 11v3 Itanium system. Cliff