Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: views related to advanced queuing ?
Hello,
Check out Appendix A in Oracle8 Server Reference Guide--lists all the wait events including this one "WaitEvent: queue messages"
Definition: This is part of the Advanced Queuing. The dequeuer waits on this until a timeout or an enqueuer posts us.
Wait Time: The time waited depends on where we are dequeuing from and whether we were asked to wait forever or not.
Parameters:
Commentary: This is basically an idle event while waiting to dequeue.
Thanks!
"The Views expressed here are my own and not necessarily those of Oracle Corporation"
<tedchyn_at_yahoo.com> wrote in message news:83tg9p$k09$1_at_nnrp1.deja.com...
> Sir:
> Which view contain(s) advanced queuing time when I have
> following error:
> ORA-25228: timeout or end-of-fetch during message dequeue from
> AQ_MANAGER.Q_MONITOR_MESSAGES
>
> thanks in advance
> Ted Chyn
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Dec 23 1999 - 22:23:45 CST
![]() |
![]() |