Oracle Java Stored Procedures Hand

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Neil

    Oracle Java Stored Procedures Hand

    Hi,
    We are experiencing a problem where a Java Stored Procedures hangs at
    initialization time if multiple uses enter the procedure at the same
    time. We've checked for table locks, etc. and there are none. The
    JSP seems to hang while a new object is being created. The object is
    basically a data area, one ArrayList and a couple of string objects,
    usually assorment of methods. Any ideas would be appreciated..
    Thanks
Working...