Featured

    Featured Posts

How to find user's current running sql query ?



The below script shows user's current running sql query :
----------------------------------------------------------------------
select sql_text from v$sqlarea                                                                                        where (address, hash_value) in (select sql_address, sql_hash_value from v$session 
where username like '&username');



Facebook like and share

Related Posts You might be Interested:

Do you like this post? Please share this article.

HTML Link Code:

Post a Comment

https://marthadba.blogspot.in/

Copyright © MARTHADBA|About Us |Disclaimer | Contact Us |Sitemap |Designed By CodeNirvana