Well here it is the second crack at 1.24 Beer version of DBD::ORACLE
You can find the release candidate here
http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.24-RC2.tar
this time out I have hopefully fixed most of the warnings
I have also updated the pod to explain what ora_ncs_buff_mtpl and var
ORA_DBD_NCS_BUFFER do
I have also added a few other little patches from H.Merijn Brand
The big one this RC is that I think I finally got the RowsInCache and
RowCacheSize working according to spec
RowCacheSize can now be set on the statement handle (in the prepare)
and RowsInCache has been implemented as a Read only value off the
statement handle as well
Both the Statement and the DB handle versions of RowsInCache also now
decrement correctly (nothing fancy in the change just moved the
decrement later on in the code path)
Hope this cleans any bugs up.
cheers
and thanks for the testing