Oracle Query Monitor
i want know querys of third party software executed in my oracl开发者_StackOverflow中文版e server, anybody know how i can do that?i will use one time, can be trial software or script anything..thx
orastat - a Unix-based command-line tool (http://dbamon.com/)
view running SQL:
orastat -sr SESSION_NUMBER
精彩评论