in reply to Re: Re: performance problem with oracle dbd
in thread performance problem with oracle dbd

PL/SQL is faster than DBD because it's all executed on the database side, rather than using multiple transactions. There is nothing wrong with throwing a chunk of PL/SQL into your Perl, if that's appropriate for what you want to do. It works fine.

The PerlMonk tr/// Advocate
  • Comment on Re: performance problem with oracle dbd