Reputation: 610
i want know querys of third party software executed in my oracle server, anybody know how i can do that?i will use one time, can be trial software or script anything..thx
Upvotes: 0
Views: 1146
Reputation: 717
orastat - a Unix-based command-line tool (http://dbamon.com/)
view running SQL:
orastat -sr SESSION_NUMBER
Upvotes: 1