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!

V$SESSSION active Sessions wit wait class idle

sql_coderJul 21 2014 — edited Jul 21 2014

Hello Oracle,

when I do a simple Query:

SELECT * FROM V$SessionĀ  WHERE Status = 'ACTIVE' AND Wait_Class = 'Idle' AND Type = 'USER';

I get some records back. So far I understand, an active session means, that an sql statement is fired against the server from that session. But I dont have an sql_id for all active sessions and those sessions have the wait-class 'idle. What does that mean, if a seccion is active but is idle as well ?

sql_coder

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2014
Added on Jul 21 2014
4 comments
3,204 views