After trying and failing to get ora_shared_dbh to do what I wanted, I implemented the 'dbi_imp_data' functionality in DBD::Oracle.
It seems to work fine; threads.t demonstrates a simple dbi pool, where handles can be traded between threads, and exist after their creating thread is done. Test reports & recommendations welcome, -Jeff ** ** ** PRIVILEGED AND CONFIDENTIAL ** ** ** This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient or a person responsible for delivering this message to an intended recipient, please delete the email and immediately notify the sender via the email return address or mailto:[EMAIL PROTECTED] Thank you. - end -
threads.t
Description: threads.t
impdata.patch
Description: impdata.patch
impdata.t
Description: impdata.t
