1. ORA-01031: insufficient privileges creating JMS connection to Oracle topic stackoverflow.comOne of my colleagues is having an issue creating a (non-durable) subscriber to an Oracle queue from Java. The queue is owned by one schema (say OWNER); he's trying to connect as ... |
2. TextMessage received from Oracle AQ using JMS contains just '???' stackoverflow.comI need to connect to two Oracle AQ queues in different databases. I'm using exactly similar code in both cases, except for the connection string of course. One of the queues ... |
3. How to tell if Oracle Streams is installed? stackoverflow.comI am just setting up a test project using Oracle Streams. My first problem is, is there something I need to install first? How can I tell if Oracle ... |
4. Show me an simple example of Oracle Streams? stackoverflow.comI am just getting started with on a project and hope to use Oracle streams. I am looking for a straight-forward, hello-world type of example using Oracle Streams. Can you point ... |
5. Oracle AQ and CLIENT_ACKNOWLEDGE stackoverflow.comI noticed some strange behaviour with Oracle AQ and the Client_Acknowledge on the session I created the session as follows Session session = connection.createQueueSession(false, Session.CLIENT_ACKNOWLEDGE); And in my listener I am acknowledging the message ... |
6. RAD 8 Exception stackoverflow.comPlease help me understand the possible causes of this exception, or better still how to fix it? The exception stack trace follows: com.ibm.ws.Transaction.XAResourceNotAvailableException: java.lang.Exception: Parameter xaResInfo lacks an RA wrapper and an ... |
7. Oracle: Java stored procedure sending JMS Message stackoverflow.comI am attempting to send a Point-to-Point JMS message from an oracle database stored procedure to a java application. The two 'points' sit on different machines, which I've confirmed can talk ... |
8. Calling a JMS client from Oracle Trigger coderanch.com |