Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

taddr , status from v$session

redologgerApr 16 2012 — edited Apr 17 2012
hi guys.
SQL> select status, taddr, count(*) from v$session group by status, taddr;

STATUS   TADDR              COUNT(*)
-------- ---------------- ----------
INACTIVE C0000000DBB65460          1
ACTIVE                            13
INACTIVE C0000000DBAA1DC0          1
INACTIVE C0000000DBB01550          1
INACTIVE                          60
can i say that the 1st row result means that are a person not committing a transaction?

the 2nd rows = user's performing select statements?

the last row = people doing nothing at all. Not perform and query or modification.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2012
Added on Apr 16 2012
4 comments
1,307 views