| Author |
ORA-01000 error using WEBLOGIC server
|
Saurabh Dutt
Greenhorn
Joined: Sep 07, 2003
Posts: 5
|
|
|
I am obtaining ORA-01000 error in weblogic server, all the resultsets are properly closed in the finally block, can time factor cause this if the nested while loop queries in prepared statement are taking much time to execute can this be a possible reson , if yes how to get rid of it?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
Saurabh, Are you closing the statement too?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Saurabh Dutt
Greenhorn
Joined: Sep 07, 2003
Posts: 5
|
|
|
yes all the prepared statements are closed
|
 |
 |
|
|
subject: ORA-01000 error using WEBLOGIC server
|
|
|