in reply to Threading (Perl 5.8 ithreads) with Oracle 9i dumps core

It's probably DBD::Oracle or the OCI code it loads that is not safe. Regardless, using threads here is a bad idea. Perl threads are currently slower than forked processes, in addition to being less safe. You have nothing to gain by using threads.
  • Comment on Re: Threading (Perl 5.8 ithreads) with Oracle 9i dumps core