You don't have to, but if you don't and the Oracle connection gets lost
and Apache::DBI reconnects, your stale statement handles will all fail. The best thing to do is use prepare_cached. This will use an already
prepared statement handle if possible.

I haven't done any of this in a very long time, but last I remember the results of using prepare_cached with Apache::DBI was undefined.


I guess this has changed? or maybe people now know what the behavior will be :)

--Geoff

Reply via email to