Oracle JMS problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christo Angelov

    Oracle JMS problem

    Hi,
    We are trying to run Oracle Advanced Queueing with OC4J 9 and Oracle
    9.2.0.2. database. We are getting the following problem:

    oracle.jms.AQjm sException: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to
    'AQ$_JMS_ENQUEU E_TEXT_MESSAGE'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    void oracle.jms.AQjm sProducer.enque ue(oracle.jms.A QjmsDestination ,
    int, javax.jms.Messa ge, int, int, long, java.
    lang.Integer, byte[], boolean, oracle.jms.AQjm sAgent[])
    AQjmsProducer.j ava:1156
    void oracle.jms.AQjm sProducer.send( javax.jms.Queue ,
    javax.jms.Messa ge, int, int, long, java.lang.Integ er, byte[]
    , boolean)
    AQjmsProducer.j ava:585


    Anybody ran into a similar problem and found a solution?


  • NorwoodThree

    #2
    Re: Oracle JMS problem

    Install patch 2632931. I believe this is a known issue that this
    patch resolves on 9.2.

    Comment

    Working...