in reply to perl script to delete or update an ORACLE table hangs during execution
Here is where you post a minimal code snippet that shows the behavior.
Lacking that snippet, I would ask if you're checking for failure in a way documented in DBI. When something fails silently it's usually because you're not asking for it to fail noisily. Noisy failures are a good thing; they tend to tell you what the problem is.
Dave
|
|---|