RE: Oracle Client, stored procedures and Cursor release.
From: Peter Huang (v-phuang_at_online.microsoft.com)
Date: 06/02/04
- Next message: Adriano: "Re: Newbie:Displaying aliases in Datagrid"
- Previous message: MadCrazyNewbie: "Re: Database Connection"
- In reply to: bclegg: "Oracle Client, stored procedures and Cursor release."
- Next in thread: Bob Clegg: "RE: Oracle Client, stored procedures and Cursor release."
- Reply: Bob Clegg: "RE: Oracle Client, stored procedures and Cursor release."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 02 Jun 2004 09:51:47 GMT
Hi Bob,
I think there is no many things we can do in the client.
Usually we can save the resource by closing the connection, but we can not
guarantee if the oracle server will realease the resource related with the
connection immediately. Or if oracle has provided some system call just
like a stored procedure(e.g. something like close cursor), and we can exec
the sp in the client.
So I think you may also try to post the question to oracle community.
http://otn.oracle.com/community/index.html
Hope this helps.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Adriano: "Re: Newbie:Displaying aliases in Datagrid"
- Previous message: MadCrazyNewbie: "Re: Database Connection"
- In reply to: bclegg: "Oracle Client, stored procedures and Cursor release."
- Next in thread: Bob Clegg: "RE: Oracle Client, stored procedures and Cursor release."
- Reply: Bob Clegg: "RE: Oracle Client, stored procedures and Cursor release."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|