Messages in Ready state are not dequeuing.

Messages are being left in a "Ready" state. Everything was working fine in 10g. However there was an upgrade to 11g and now queues have stop working. It is a multiconsumer queue with one subscriber. I can manually dequeue messages but the subscriber call back does not seem to function.
-- Create and start queues and queue_table
BEGIN
     DBMS_AQADM.CREATE_QUEUE_TABLE (
          queue_table => 'muse.m_en_queue_table',
          queue_payload_type => 'muse.eu_logid_type',
          multiple_consumers => TRUE
     DBMS_AQADM.CREATE_QUEUE (
          queue_name => 'xxxxx.m_en_queue',
          queue_table => 'xxxxx.m_en_queue_table'
     DBMS_AQADM.START_QUEUE('xxxxx.m_en_queue');
     --Start Default Exception Queue
     DBMS_AQADM.START_QUEUE('xxxxx.AQ$_M_EN_QUEUE_TABLE_E', enqueue => FALSE, dequeue => TRUE);
     DBMS_AQADM.ALTER_QUEUE (
          queue_name => 'xxxxx.m_en_queue',
          max_retries => 2,
retry_delay => 10);
END;
--Procedure to dequeue messages and try to resend to the notification service
CREATE OR REPLACE PROCEDURE muse.m_en_queue_callback_procedure(
     context RAW,
reginfo SYS.AQ$_REG_INFO,
descr SYS.AQ$_DESCRIPTOR,
payload RAW,
payloadl NUMBER
) AS
     dequeue_options      dbms_aq.dequeue_options_t;
     message_properties      dbms_aq.message_properties_t;
     message_handle           RAW(16);
     o_payload      muse.eu_logid_type;
     change_rec           muse.eocd_update%rowtype;
BEGIN
dequeue_options.WAIT := DBMS_AQ.no_wait;
dequeue_options.msgid := descr.msg_id;
dequeue_options.consumer_name := descr.consumer_name;
DBMS_AQ.DEQUEUE(
queue_name => descr.queue_name,
dequeue_options => dequeue_options,
message_properties => message_properties,
payload => o_payload,
msgid => message_handle
END;
--Subscribed to queue
BEGIN
DBMS_AQADM.ADD_SUBSCRIBER (
queue_name => 'xxxxx.m_en_queue',
subscriber => SYS.AQ$_AGENT(
'muse_en_queue_subscriber',
NULL,
NULL )
DBMS_AQ.REGISTER (
SYS.AQ$_REG_INFO_LIST(
SYS.AQ$_REG_INFO(
'xxxxx.M_EN_QUEUE:MUSE_EN_QUEUE_SUBSCRIBER',
DBMS_AQ.NAMESPACE_AQ,
'plsql://xxxxx.m_en_queue_callback_procedure',
HEXTORAW('FF')
1
END;
/

Hi,
What version specifically of 11g did you upgrade to?
Did you review the following MOS notes?
Event Monitor Process: Architecture and Known Issues (Doc ID 105067.1)
AQ PL/SQL Notification No Longer Work Due To "register_driver()" Jobs Not Terminating (Doc ID 331372.1)
Thanks
Paul

Similar Messages

  • Script to know how many statements are not loaded in oracle CM

    Hi,
    Can some one would help me on how to prepare a script to know the bank statements are not loaded into oracle CM and how many checks under that particular statement are not loaded??
    I have the following info with me..
    1. The statements are loaded in a temporary table as soon as we run statement loader program.
    2. Then the records will get into ce_statement_headers_int_all and ce_statement_lines_interface.
    3. Then they will get loaded into ce_statement_headers_all and ce_statement_lines tables.
    Now, the only thing i am confused is how to get to know the statements list that are not loaded into oracle along with the error message. i am confused which tables will give the exact info ce_statement_headers_int_all and ce_statement_lines_interface or ce_headers_interface_errors and ce_lines_interface_errors??? immediate help would be highly appreciated and its very urgent...........
    Thanks.

    Hi Helios,
    I dint get you. This is not something which SR can be raised. I need to know how script can be written to know the statements that are not loaded in oracle cash management. I need to prepare a notification where in that should contain how many statements have been loaded successfully and how many are not on a daily basis...
    Thanks.

  • Message FZ626 -Payment orders are not defined for extended withholding tax

    Hi Gurus,
    Would you please help me with the message below:
    Message FZ626 -Payment orders are not defined for extended withholding tax
    In my company  payment orders are created in F110  for accounts payable, as we use another ERP system (Baan) to perform the local accounts payments, and now I've just activated Extended withholding tax functionality With accumulation (necessary in Brazil) but I get this error.
    Is it not possible to user payment order with extended withholding tax + accumulation? I find it hard to believe...
    I've tried to unflag the payment order only for the payment method I'm using in FBZP t.code, but then no payment order were created but instead a payment document were posted with the withholding tax accumulation, but this is not the way we are working, and nothing is sent to Baan
    any help is welcome !
    TREAD LOCKED SINCE IT IS DUPLICATED FROM THREAD payment order are not defined for extended withholding  tax

    Hi,
    On the analysis,  the system expects an entry in the T059Q table with
    code as XX.
    The reason being in the extended withholding tax we use multiple
    witholding tax codes and these entries are stored in the table
    with_item. And in BSEG we populate the field withholding tax code i.e.
    BSEG-QSSKZ  with the value 'XX'. In classical withholding tax we used to
    store the code directly which is not possible with Extended withholding
    tax.
    As the field BSEG-QSSKZ refers to the values in the table T059Q-QSSKZ
    the entry 'XX" needed in this table for the corresponding country of the
    company code to maintain the correct relationship and consistent
    database information.
    Hence for the statistical purpose and for the internal calculations we
    need an entry in the table T059Q. Could you please maintain this code
    i.e. 'XX' also in the table T059Q in a test system? Then retest your issue.
    This should resolve your issue.
    Kind Regards,
    Vanessa.

  • I keep getting a rainbow wheel and a message that say webpages are not responding

    Can someone help me?  I keep getting a rainbow wheel and a message that says webpages are not responding.
    Thanks,
    Eric

    All web pages or specific web pages?  Provide an example link.
    Does any other internet-related utilities work for you, e.g., mail?
    Do you have a little green dot in you Network preferences next to Ethernet or Airport, whichever one you are using?

  • Message: the specified nodes are not clusterable

    Hi,
    I am geting message "the specified nodes are not clusterable" at the time of crs installation on solaris 10.
    i have already configure ssh and configure properelly.
    please suggest.
    thanks
    Anup

    Hello IndiaDBA,
    The id on OS groups and users are the same on all nodes?
    Check Metalink note ID 338045.1
    Error:*** Alert: The specified nodes are not clusterable. This could be due to one or more of the following reasons:
    1. The user performing the install is not configured in an equivalent manner on all nodes.
    2. ssh and scp are not configured properly on all nodes.
    3. rsh and rcp are not configured properly on all nodes.
    Do a simple test before proceed the installation
    # Public
    $ ssh node1 date
    $ ssh node2 date
    $ ssh nodeN date
    # Priv
    $ ssh node1-priv date
    $ ssh node2-priv date
    $ ssh nodeN-priv date
    # Vip
    $ ssh node1-vip date
    $ ssh node2-vip date
    $ ssh nodeN-vip date
    Check Metalink note ID 300548.1 How To Configure SSH for a RAC Installation
    Regards,
    Rodrigo Mufalani
    http://www.mrdba.com.br/mufalani

  • Golden Gate - DML statements are not replicated to target database

    Hi,
    Testing Environment
    Source:
    OS: RHEL 4.6, Database: 11gR2, Golden Gate 10.4, ASM
    extract ext1
    connection to database
    userid ggate, password qwerty
    hostname and port for trail
    rmthost win2003, mgrport 7800
    path and name for trial
    rmttrail C:\app\admin\GOLDENGATE\dirdat\lt
    EXTTRAIL /u01/oracle/goldengate/dirdat/lt
    --TRANLOGOPTIONS ASMUSER SYS@ASM, ASMPASSWORD sys ALTARCHIVELOGDEST /u03/app/arch/ORCL/archivelog
    --DDL support
    ddl include mapped objname sender.*;
    --DML
    table sender.*;
    Target:
    OS: Windows 2003, Database: 11gR2, Golden Gate 10.4
    --replicate group
    replicat rep1
    --source and target defintions
    ASSUMETARGETDEFS
    --target database login
    userid ggate, password ggate
    --file for discared transaction
    discardfile C:\app\admin\GOLDENGATE\discard\rep1_disc.txt, append, megabytes 10
    --ddl support
    DDL
    --specifying table mapping
    map sender.* ,target receiver.* ;
    I've Successfully setup Oracle Golden Gate test environment as above.
    DDL statements are replicating successfully to target database.
    while DML statements are not being replicated to target database.
    Pl. try to solve the problem
    Regards,
    Edited by: Vihang Astik on Jul 2, 2010 2:33 PM

    Almost ok but how you will handle the overlapping (transactions captured by expdp & captured by Extract too) of transactions for the new table ?
    Metalink doc ID 1332674.1 has the complete steps. Follow the "without HANDLECOLLISIONS" approach.

  • Popup Message: "In app payments are not supported in this version of android"

    I am a DroidX2 user on Android 2.2.2.
    I get this error message:
    "In app payments are not supported in this version of android"
    occasionally when I'm using apps like Wikipedia, games, and even the browser. I'm not trying to buy anything when using hese apps.
    This started happening about a few days ago. What's up with this and should I be concerned?

    KEGong wrote:
    I am a DroidX2 user on Android 2.2.2.
    I get this error message:
    "In app payments are not supported in this version of android"
    occasionally when I'm using apps like Wikipedia, games, and even the browser. I'm not trying to buy anything when using hese apps.
    This started happening about a few days ago. What's up with this and should I be concerned?
    Which games do you have downloaded? I have ran across a couple of games that have in app purchases to get to higher levels. Those games are no longer on my phone and will never be on my phone longer than I can delete them when I discover that situation.
    What apps have you downloaded just before this started. I would look at them first.
    Did you get any apps outside of the market?
    Do you have side loading turned on? That would be the setting under Applications that allow you to install apps not from the market.
    I would be concerned personally. I do not have the Wiki app, but take a hard look at everything. If they have something in there that you have to pay for to get more levels in app, I would delete them.
    As a last resort, I would do a factory reset (which wipes everything out internally, but leaves the SD Card alone). Then start from scratch, adding each game/app that you had before, but do them slowly and wait a day or two before doing the next one. If you get that message back after adding an app, delete the app and do not download it again. If you have any apps that you have moved to the SD card, I would move them back before the factory reset so they get deleted too.
    I know that this can be a slow process, but that is better than having a rogue app buying stuff from your phone without you knowing about it.

  • When I try to use the editor in Joomla, I get the message that cut & paste are not available.

    Hi -- I'm using Joomla to develop a website. When I try to use the editor, I get the message that cut & paste are not available. I am directed to instructions to edit the user.js file. I found the file in xhpnmg5i.default and then inserted the various 'user_pref' lines as instructed changing the site name to "http://localhost". This made no difference whatsoever so I downloaded an add on called allow clipboard helper. Looks great but how do you use it? There's nowhere on the screen that allows you to start the program. I've spend most of the day trying to do something that I'm surprised an open source program doesn't just let me do. HELP

    Uninstall the program then download and reinstall - activate with the serial number from your Amazon purchase.
    PSE 10, 11 - http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html 
    PE 10, 11 - http://helpx.adobe.com/premiere-elements/kb/premiere-elements-10-11-downloads.html

  • Can iMessage be used with non iOS 5 users, ie non-apple users. My new i-pad 2 error message says these contacts are not recognized by imessage when I try to text some of these contacts.

    Can iMessage be used with non iOS 5 users, ie non-apple users?
    My new i-pad 2 error message says these contacts are not recognized by imessage when I try to send them a text.

    So that means that I can send text messages through my i-phone to reach non iOS 5 users, but not through my i-pad 2.

  • Messages are not dequeuing from ECX_outqueue table resulting in huge size of database.

    EBS Tech Stack :- EBS R12
    Release :- 12.1.3
    Oracle Database 11.2.0.2
    SQL> select count(*) from ECX_OUTQUEUE;
    COUNT(*)
    118405
    We are not using OTA(Oracle Transport Agent) in our current setup. This problem started from September 3, 2013. Also we are not using any XML gateway for this.
    Kindly let us know How I can get that what is the origin of the data and why its not dequeing.

    Are there any exceptions in the table? -- http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=ECX_OUTQUEUE&c_owner=APPLSYS&c_type=TABLE
    Have you tried to rebuild the related queues as per https://forums.oracle.com/thread/2593111 ?
    If this doesn't help, please log a SR.
    Thanks,
    Hussein

  • Messages in READY state

    Hi ,
    I have three scenarios from third party to ISU. These are simple file to proxy scenarios.
    The problem us whenever I am running the interfaces all the messages going into READY state in ISU what I can track from SMQ2.
    Is there any suggestion to solve this .
    I have checked multiple blogs for this and tried to run the ready made report of SAP to clear the scheduled message but nothing was helpful .'
    Please help.

    Hi Apu,
    Are the queues registered in ECC SMQR?
    Regards,
    Mark

  • Write Statements are not getting Displayed

    Hi All,
    We are going for Upgrade from 4.7 to ECC. So, in my program we have few write statements which are not getting displayed in the output. Those write statments are seen as errors in the extended check as Char. strings w/o text elements will not be translated: 'Income Tax Worksheet'.
    Could any one please help me to over come this errors and Display the wite statements.
    Thanks
    Shashikanth

    Have you mapped the checked and unchecked glyphs to be used?
    Check the doc and blog for check boxes.
    Regards
    tim

  • "Missing fonts" message when the fonts are *not* missing

    I get the "Missing fonts" message fairly often for fonts that are not really missing. Then I have to specify the fonts that I used to create a given document, which are installed on my Windows XP system and have never left.
    Has anyone else encountered this problem? Is there any way to stop it from recurring? It happens every so often, not every time I open a document but every once in a while. It involves a particular set of fonts (Geometric).
    Any suggestions? Thanks.
    Orson

    >I don't see any AdobeFnt*.lst files in my Fonts folder. But is that where to look?
    No. They're scattered through all of the Adobe application folders. Do a search for AdobeFnt*.lst (using the *) and it should find them all. They get rebuilt automatically as required after deletion. Don't delete any file ending in .db.
    Peter

  • Set calls to automaticaly go back in a ready state when not answered

    What I would like to do is when a call is not answered and it is dropped into a not ready state so it can be presented to the next Agent is have that agent that was put in a NOt Ready State come right back to a ready state. That way the Person does not have to re-selct the ready State button they can auto take the the next call. I hope I explained this correctly
    Thank you
    Dave

    Hi David,
    Yes, the call will be still held at Queue if someone doesn't answer it in the CSQ, it will try to reach the next available agent based on the criteria selected inside the CSQ.
    One thing which is to be considered while making Agents to go to Ready state automatically after RONA (Ring On No Answer) is, if the Agents take long time to return back to their seat and start handling calls, there might be many calls who have landned (depends on the call volume and Agent count) on their phones but due to non-availability of Agents , the overall call wait time will increase accordingly.
    Hope it clarifies.
    Anand
    Please rate helpful posts..

  • Widget accordion states are not changing.

    Widget accordion states can not be altered individually. HELP!

    Hello,
    I just tried it at my end and it seems to work fine. Please have a look  at the video in the link below :
    http://trainingwebcom.worldsecuresystems.com/SachinFTP/2012-09-25_2349.swf
    Could you please try and create a new Accordian panel in a new test website and let me know if you are facing the same issue or not.
    Regards,
    Sachin

Maybe you are looking for