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!

Event Wait Streams AQ

Miled MoukhtafiOct 11 2012 — edited Oct 11 2012
Dear Sir,

we have oracle database 10.2.0.5 with operation system linux OEL5,
we are not using Advanced Queuing,
so why we have the following wait ?!!

SELECT event, state, COUNT(*) AS cnt, sum(seconds_in_wait) AS wait_in_seconds
FROM v$session_wait
WHERE event LIKE 'Streams AQ%'
GROUP BY event, state;


EVENT STATE CNT WAIT_IN_SECONDS
1 Streams AQ: qmn slave idle wait WAITING 1 2190844
2 Streams AQ: waiting for time management or cleanup tasks WAITING 1 2242447
3 Streams AQ: qmn coordinator idle wait WAITING 1 857137


P.S. aq_tm_processes = 0


Regards,
This post has been answered by Osama_Mustafa on Oct 11 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2012
Added on Oct 11 2012
2 comments
6,154 views