Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?
Answer / munnu
To use MessageListeners inside Oracle8i JServer, you can do one for the following
1. GRANT JAVASYSPRIV to <userid>
Call dbms_java.grant_permission ('JAVASYSPRIV', 'SYS:java.net.SocketPermission', '*', 'accept,connect,listen,resolve');
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of jms?
How does the Application server handle the JMS Connection?
What is subdeployment in weblogic jms?
can we implement synchronization for handling multiple messages receieving through Mdb on message
What are the components of a jms messaging application?
Explain about point to point?
Why do we need jms?
What is jms queue in java?
What is jms topic?
What is the difference between java mail and jms queue?
What is jms message broker?
How do I use a third-party jdbc driver with jms?