All -

I am receiving the following error:

java.sql.SQLException: ORA-02049: timeout: distributed transaction waiting for lock.

I have increased the DISTRIBUTED_LOCK_TIMEOUT=300, to no avail (this is more than needed).
I have also tested each piece of the program (tcl script calling java program) and they run successfully.

Any suggestions on how to rid myself of this error?

Ryan