in reply to Error Using Multiple Database Handles (DBD::Oracle::db do failed: handle 2 is owned by thread...)
What happens when you have two people talking to the third at the same time? A communication failure. You're using the same socket in two processes. Create your database connections in the same process that uses them.