aspose file tools
The moose likes JDBC and the fly likes JDBC Oracle connection/statement problem. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC Oracle connection/statement problem." Watch "JDBC Oracle connection/statement problem." New topic
Author

JDBC Oracle connection/statement problem.

Michal Harezlak
Ranch Hand

Joined: Jul 06, 2000
Posts: 185
Just after the migration from 8.0.6 to 8.1.6. We have started experience a problem with one of the JDBC calls (to a stored function). After the call to the said procedure the Oracle client or the Oracle RDB dose not return to the application. It appears like there has been a deadlock on the database, but that is no the case. What makes it so difficult to debug is the fact that the problem dose not appear on every call to the particular stored procedure. Any ideas?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JDBC Oracle connection/statement problem.
 
Similar Threads
Call a stored Proc from JavaSript? Is it possible?
problem calling stored procedure
Stored Procedure
Problem using Callable Statement
Using JDBC for a remote call in Oracle