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