STREAMS apply coord waiting for slave message?

1- Oracle version 9.2.0.1
2-I have 3 database (bd1,bd2 in th same machine, bd3 in an other machine)
3- I have configured streams in order to have bd1--->bd2 and bd1--->bd3 streams replication
4- The streams between bd1--->bd2 is ok.
5-The propagation between bd1--->bbd3 doesn't work.
6- i have asked yhe view v$session_wait in :
into bd1 :
SID SEQ# EVENT
15 1359 STREAMS apply coord waiting for slave message
20 622 STREAMS apply slave waiting for coord message
into bd3 :
SID SEQ# EVENT
17 11399 STREAMS apply coord waiting for slave message
19 5698 STREAMS apply slave waiting for coord message
What have i to do to fix it and my propagation will work.
Thank you a lot dear memebers

The events: STREAMS apply coord waiting for slave message" and "STREAMS apply slave waiting for coord message" are IDLE events - they indicate that the apply process is waiting for work.

Similar Messages

  • 10g等待事件Streams AQ: qmn coordinator waiting for slave to start

    Top 5 Timed Events
    Event Waits Time(s) Avg Wait(ms) % Total Call Time Wait Class
    CPU time 143 82.5
    db file sequential read 2,747 24 9 14.1 User I/O
    Streams AQ: qmn coordinator
    waiting for slave to start      4             21             5,259                          12.2         Other
    log file sync 5,427 7 1 4.1 Commit
    log file parallel write 6,316 6 1 3.6 System I/O
    数据库是10.2.0.4.0 64bi,2节点RAC
    最近数据库其中一个节点里一直出现“Streams AQ: qmn coordinator waiting for slave to start”等待事件,一直没有查找到相关资料,
    而且这个等待事件平均等待将近5s,
    想问下这个等待事件是怎么产生的,要怎么处理?谢谢了!
    Edited by: 956716 on 2012-9-3 下午7:21
    Edited by: 956716 on 2012-9-3 下午7:22

    是否有配置Streams、Advanced Queue特性?
    请把ALERT.LOG 发给我
    如果需要发送附件,可以直接发邮件到 [email protected]

  • Streaming Failed with WAITING FOR A SUBSCRIBER TO BE ADDED

    Hi, Gurus
    Our Environment
    Oracle11g r2 Version 11.2.0.1.0
    Linux RHEL 5.5 64bit
    We had Setup and Configured the Oracle Bi-directional Streaming which is working successfully for week and yesterday for some reason we have reboot the
    both the Locations Servers in same time and after the reboot Our Oracle streaming processes status is ok on both the end but we shown that
    V$STREAMS_CAPTURE view shown the state something like "WAITING FOR A SUBSCRIBER TO BE ADDED".
    We had tested and got that our streaming is not more working?
    Please guide for resolved the problem?
    Any suggestions and help is appreciated.
    Regards
    Hitgon
    Edited by: hitgon on Jan 27, 2012 10:33 PM
    Edited by: hitgon on Jan 27, 2012 10:34 PM

    Hi All,
    Please refer the Metalink document
    State of Streams Capture Showing 'WAITING FOR A SUBSCRIBER TO BE ADDED' [ID 1189244.1]
    Unpublished bug 9115882 has been fixed on RDBMS release 12.1 and patchset 11.2.0.2.
    So On wards 11.2.0.2.0. same issue is not longer happen.
    We should go with 11.2.0.2.0. for resolved the issue.
    Thanks
    Hitesh Gondalia

  • Wait for unread message on broadcast channel during import

    Hi All,
    I am trying to import a dump file on Oracle DB, Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi.
    My import hangs, below is the log.
    Import: Release 10.2.0.3.0 - 64bit Production on Tuesday, 03 April, 2012 21:09:20
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    Master table "CIP_USER_PED1"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "CIP_USER_PED1"."SYS_IMPORT_FULL_01": ****@** remap_schema=**** EXCLUDE=STATISTICS
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    It doesn't proceed further.
    I am not seeing and sessions blocked or locked but I see session waits.
    SESSION_TYPE     STATUS     SECONDS_IN_WAIT     WAIT_CLASS     EVENT
    MASTER     ACTIVE     468     Idle     wait for unread message on broadcast channel
    WORKER     ACTIVE     467     User I/O     direct path read
    select d.session_type, status, seconds_in_wait, wait_class , event from v$session s ,DBA_DATAPUMP_SESSIONS d where username ='CIP_USER_PED1'
    and program like 'orac%'
    and s.saddr = D.SADDR;
    Below is the only message I see in alert log.
    Tue Apr 3 19:15:52 2012
    The value (30) of MAXTRANS parameter ignored.
    kupprdp: master process DM00 started with pid=22, OS id=23456
    to execute - SYS.KUPM$MCP.MAIN('SYS_IMPORT_FULL_01', 'CIP_USER_PED1', 'KUPC$C_1_20120403191552', 'KUPC$S_1_20120403191552', 0);
    kupprdp: worker process DW01 started with worker id=1, pid=23, OS id=23458
    to execute - SYS.KUPW$WORKER.MAIN('SYS_IMPORT_FULL_01', 'CIP_USER_PED1');
    I have googled but haven't been able to resolve the issue.
    Can anyone help me with this ?
    Many Thanks
    Kalai

    km1612 wrote:
    Hi All,
    I am trying to import a dump file on Oracle DB, Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi.
    My import hangs, below is the log.
    Import: Release 10.2.0.3.0 - 64bit Production on Tuesday, 03 April, 2012 21:09:20
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    Master table "CIP_USER_PED1"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "CIP_USER_PED1"."SYS_IMPORT_FULL_01": ****@** remap_schema=**** EXCLUDE=STATISTICS
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    It doesn't proceed further.
    I am not seeing and sessions blocked or locked but I see session waits.
    SESSION_TYPE     STATUS     SECONDS_IN_WAIT     WAIT_CLASS     EVENT
    MASTER     ACTIVE     468     Idle     wait for unread message on broadcast channel
    WORKER     ACTIVE     467     User I/O     direct path read
    select d.session_type, status, seconds_in_wait, wait_class , event from v$session s ,DBA_DATAPUMP_SESSIONS d where username ='CIP_USER_PED1'
    and program like 'orac%'
    and s.saddr = D.SADDR;
    Below is the only message I see in alert log.
    Tue Apr 3 19:15:52 2012
    The value (30) of MAXTRANS parameter ignored.
    kupprdp: master process DM00 started with pid=22, OS id=23456
    to execute - SYS.KUPM$MCP.MAIN('SYS_IMPORT_FULL_01', 'CIP_USER_PED1', 'KUPC$C_1_20120403191552', 'KUPC$S_1_20120403191552', 0);
    kupprdp: worker process DW01 started with worker id=1, pid=23, OS id=23458
    to execute - SYS.KUPW$WORKER.MAIN('SYS_IMPORT_FULL_01', 'CIP_USER_PED1');
    I have googled but haven't been able to resolve the issue.
    Can anyone help me with this ?
    Many Thanks
    Kalaiproper invocation of procedure below will allow you to monitor progress
    by observing contents of resultant trace file
    DBMS_MONITOR.SESSION_TRACE_ENABLE(
        session_id   IN  BINARY_INTEGER DEFAULT NULL,
        serial_num   IN  BINARY_INTEGER DEFAULT NULL,
        waits        IN  BOOLEAN DEFAULT TRUE,
        binds        IN  BOOLEAN DEFAULT FALSE,
        plan_stat    IN  VARCHAR2 DEFAULT NULL);

  • UWL - Waiting for update message

    Hi,
    Can someone explain me what's the reason that UWL shows a 'Waiting for update' info message on top when opening UWL ? Until we press refresh-button the uwl seems to reload every 15 seconds. If we press Refresh button the 'waiting for update' message disappears ...
    What does the message mean ? For which update is the system waiting ? Why does it show up every time the UWL is called ?
    Regards,
    Igor

    When the UWL first appears it shows any entries in the UWL cache.  The waiting for update appears whilst it is trying to connect and retrieve items from the backend systems.
    As default it should then reload every 5 minutes.. unless someone has changed the configuration on your system.
    Paul

  • Err Session is waiting for a message

    Dear Experts,
    We have got the following error in our System Log.
    ERR: 37225: SAP-Basis System: Session is waiting for a message
    I have checked other logs and could not find the cause for the above error. If you know, please let me know.
    Thanks & Best Regards
    L Raghunahth

    Can you please explain how did you solve this? Im having the same problem

  • Getting "waiting for connection" message in Lightroom 5.5 sync to mobile

    I have tried turning off and on the lightroom mobile sync and signing out and back in. Neither started the sync. What else can I try ?

    mdjcrook,
    I think your sync being stuck and the 'waiting for connection' message were two different issues and would advise you - if you get stuck again - or anyone else reading this thread that is stuck syncing and with the 'waiting for connection' to NOT use 'Delete All Data'
    If you are seeing the 'waiting for connection' message and sync is working, ignore it as that bug just prevents properly showing the sync status but not the actual sync activity.  We are working on trying to figure out why this gets stuck in this state - it appears to be network related - but we haven't found anything definitive yet.
    If you are seeing the 'waiting for connection' message and you sync is stuck then please generate a diagnostic log (Preferences -> Lightroom Mobile -> (Hold Alt/Option key) and click 'Generate Diagnostic Log' and then private message that file to me and we can hopefully determine the real cause of the stuck sync and a workaround that will prevent you having to use the 'Delete All Data' hammer.
    Matt

  • AP01: warning -- apply server waiting for event (since 1602 seconds)

    Hi,
    in the alert log I see a message "AP01: warning -- apply server 2, sid 449 waiting for event (since 1602 seconds):" without any other information...
    How can I troubleshoot this situation?
    Edited by: Insaponata on Feb 24, 2011 8:51 AM

    APPLY SERVER:
    select SID from V$STREAMS_APPLY_SERVER;
    With above SIDs, query V$PROCESS to get the PIDs:
    select a.pid, b.sid
    from v$process a, v$session b
    where a.addr=b.paddr and b.sid in(the list of sids from above);
    With the PIDs found:
    $ sqlplus /nolog
    connect / as sysdba
    oradebug setorapid <PID>
    oradebug unlimit
    oradebug Event 10046 trace name context forever, level 12
    wait for 10-15 mins
    oradebug tracefile_name -- gives pathname / filename to file being written to
    oradebug Event 10046 trace name context off

  • TS4268 iMessage and Facetime have a "Waiting for activation" message.  What do I do?

    Facetime and iMessage have a "Waiting for activation" error message in the setting section.
    Need help figuring out what to do.

    iMessage is currently down.  You can always check system status at:  http://www.apple.com/support/icloud/systemstatus/

  • Waiting for activation message and face time

    done all the trouble shooting there is and still waiting for activation,,,ive always used imessege and face time in my privious iphones ,,,this is happening since i bought the iphone ,,,,18 days ago

    Troubleshooting FaceTime and iMessage activation issues

  • Iphone 4S stuck during restore, waiting for iPhone message error 9

    yesterday morning when I woke up to check my Emails on my iphone 4S, my phone was complete dead. I thought battery died so plugged into charger. but even after couple of hours it didnt turned up. So I started force starting by pressing power button several times but nothing happened.
    Then I pressed both home and power button for several minutes, nothing.....
    Finally I connected my iphone to itunes thru my Mac air and to my surprise it said my phone is in recovery mode and needs to be restored. I pressed ok, it extracted software and then said waiting for iphone. and I was happy to see apple logo on my phone with a progress bar. I waited for almost 12 hrs but nothing moved in the progress bar. seems like it frozen. I tried disconnecting and reconnecting to itunes but everytime same error. whenever i plugeed out my phone from itunes, it errored out no. 9.
    Also it is not showing any s/n for my iphone in itunes. I am very confused and frustated, read many forums and also updated my itunes, updated my software and turned on the firewall too. NOTHING HELPED.
    Does anyone have any solutions to share?
    Thanks

    http://support.apple.com/kb/TS3694#securitysoft

  • "Waiting for IPad" message & seems stuck during update.

    Hi. I am in the process of updating my IPad from software version 3.2.2 to the current version.  My computer took over an hour to download the update and now has been stuck for hours saying it's "waiting for IPad" and that ITunes is updating the software.  The IPad has the Apple icon and a download bar which has not progressed at all.  I am concerned the upgrade has got stuck and I don't know what to do next.  Any ideas of what to do will be gratefully appreciated please.

    Hi.  Thanks for your suggestion.  I have tried it but it hasn't worked.  It realises it's in recovery mode but when I go to restore it, it goes back to the original problem.

  • Wait for a message to proceed to the next activity in BPM Process??

    Hi,
    1. After a BPM process is initiated, is it possible to have a "Wait step" in the process ?...That is, I would like to continue to the next activity in the BPM process ONLY after I have received a certain message...
    We do have a "Wait" step in ccBPM(PI) wherein , we could wait until a certain message is received(based on correlation) and then proceed to the next step....
    Is this possible in BPM ???
    There was a query similar to this in the forum :
    Inter-Process Asynchronous Event
    (or search for "Inter-Process Asynchronous Event "  - Ingo Taraske)
    and a suggestion was provided by David Conil which I didn't quite get...
    Would be great if some one could throw more light on if this is possible in EhP1...Thanks.
    Best Regards
    Arun

    Hi Arun,
    In a nutshell, wait steps are not supported in EhP1. The workaround consists of splitting the process in two processes. In BPMN 1.1, wait steps are modeled using "Intermediate Message Events". The idea is to consider the intermediate message event as start event of the second process. The asynchronous aspect would be covered using PI.
    Best regards,
    David

  • Can I receive another message while already waiting for a message in bpm?

    Hello,
    I am implementing the following scenario in bpm, Allow user to send mutiple Order Change idocs amlost at the same time without a response yet, the second, third and so on idocs will be ignored, once the response comes, the first Order Change idoc will be processed, if the response does not match change request message, another order change idoc will be triggered, and all this should happen under one process instance if PO number is same, I am using PO number to corrleating response message with Order Change idoc.
    I use a fork statement while wating for response after first Order Change idoc being received into bpm and forward to seller(File Adapter simulation). In branch 1, I use a infinite loop to receive OrderChange messages(ignore them), in branch 2, I use another receive step to receive Order Response message. the problem is when I an send order response , I got the following error in bpm: Unable to deleiver event ‘Received’ of object ‘ZXI_PROXY_ORDERESPONSE_0001, and I checked the trace in xi messagae monitor, it gave error: Async barrier reached. Bye-bye !
    Anybody has any suggestions?
    Thanks,
    Maggie

    Hi,
    You should maitain proper queue.
    go through the following links.
    File-to-File Scenario Stopped Working
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    cheers,
    Chandrasekhar chilla

  • How to  receive  another message while already waiting for a message in bpm

    Hello,
    I am implementing the following scenario in bpm, Allow user to send mutiple Order Change idocs amlost at the same time without a response yet, the second, third and so on idocs will be ignored, once the response comes, the first Order Change idoc will be processed, if the response does not match change request message, another order change idoc will be triggered, and all this should happen under one process instance if PO number is same, I am using PO number to corrleating response message with Order Change idoc.
    I use a fork statement while wating for response after first Order Change idoc being received into bpm and forward to seller(File Adapter simulation). In branch 1, I use a infinite loop to receive OrderChange messages(ignore them), in branch 2, I use another receive step to receive Order Response message.  the problem is when I an send order response , I got the following error in bpm: Unable to deleiver event ‘Received’ of object ‘ZXI_PROXY_ORDERESPONSE_0001, and I checked the trace in xi messagae monitor, it gave error: Async barrier reached. Bye-bye !
    Anybody has any suggestions?
    Thanks,
    Maggie

    Hi,
    You should maitain proper queue.
    go through the following links.
    File-to-File Scenario Stopped Working
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    cheers,
    Chandrasekhar chilla

Maybe you are looking for

  • Migrating from Crystal Reports 9 to 2008 Issue

    Hello, We have quite a few reports in our product that were built of of tables in a database.  One report in question has fields from two tables. We used to load the report in VB6, and set the SQLQueryString property on the report equal to a select s

  • Questions for experienced GB3/podcast users

    havent read a single thing about podcasting etc yet i know GB 2 like the back of my hand! this is what i have in mind to do. i have 1000's of photos. Pro shooter. with a theme in mind id like to use ken burns effect and also introduce the themes ive

  • How to use touch start, touch move, mouse down, mouse move to move elements in edge

    How to use touch move and mouse move events events to move elements n edge?

  • Xcode 4 will not install

    I have been trying for 2 days trying to install Xcode 4. I downloaded it from the AppStore. When it gets halfway done I get an error message .../var/log/install.log. I have read some forms and tried a number of troubleshooting tasks. 1.delating, down

  • Nokia 3250, Settings option is missing in tools Me...

    Dear my mobile 3250 is not functioing properly, the settings menu is automatically remove from tools menu, and joystick is not functioning . I already update my mobile softwae through nokia site but noting change. do anyone help me in this problem