Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: java stored procedure
Sybrand Bakker wrote:
> "thomas" <t.beetz_at_web.de> wrote
>
>> i don't use connection.close() in my java stored procedures is this >>okay or will this become a problem.
But if the "Connection" that Thomas uses, in his java stored procedure, is the default connection, then, according to the Oracle documentation, he must not close it. And if Thomas is not using the default connection in his java stored procedure, then I recommend that he use it (instead of the connection he is using now).
Good Luck,
Avi.
Received on Tue Nov 04 2003 - 22:28:51 CST
![]() |
![]() |