Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> USERS_EXECUTING in V$SQLAREA
I want to monitor the progress of a 3rd party tool that is running SQL against a database. It doesn't do any logging until the process finishes.
Is looking in V$SQLAREA for "USERS_EXECUTING = 1" a reasonable way of determining what is actually happening in the DB at any given time?
The only other way that I've come up with is ORDER BY FIRST_LOAD_TIME DESC, but that can be misleading due to reuse of cursors.
Thank you for any advice. Received on Fri Jul 06 2001 - 09:35:31 CDT
![]() |
![]() |