Open cursors monitoring
I want to monitor the queries which has open cursors.
Does any one has written a query which gives the open cursors and the associated sql query for a particular user?
I have already referred the article from orafaq and it doesn't solve my specific purpose.
Does any one has written a query which gives the open cursors and the associated sql query for a particular user?
I have already referred the article from orafaq and it doesn't solve my specific purpose.
http://www.orafaq.com/node/758
I want to capture the sql statement for every cursor that is not closed. Is it possible in the first place?
any help is appreciated. thanks in advance.
0