Lot of time spent with following waits 'SQL*Net message from client' and 'wait for unread message on

Posted by Shravan on Stack Overflow See other posts from Stack Overflow or by Shravan
Published on 2010-05-13T07:24:31Z Indexed on 2010/05/14 1:14 UTC
Read the original article Hit count: 345

Filed under:
|
|
|
|

My application that wraps around Oracle Data pump's executables IMPDP and EXPDP takes random amounts of time for the same work. On further investigation, I see it waiting for again random amounts of time with the event 'wait for unread message on broadcast channel'. This makes the application take anytime b/w 10 minutes to over an hour for the same work.

I fail to understand if this has something to do with the way my application uses these executables, or it has got something to do with Load on my server or something totally alien to me.

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about datapump