DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: cursors

  1. #1
    Join Date
    Sep 2000
    Posts
    56
    I would like to know how many cursors are opened when an appication is running.What is the syntax to check the no of open cursors.Also if there is some open cursors I need to close when the application runs.How to close that
    Thanks
    Suresh

  2. #2
    Join Date
    Jul 2000
    Posts
    296
    Check V$OPEN_CURSOR, it has the cursor each session has open.

  3. #3
    Join Date
    Sep 2000
    Posts
    56
    Thanks.How to close the cursors if there is any when the application is running.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width