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 does kms mean?
What are the three components of a Message ?
What is object message ?
How do I use a third-party jdbc driver with jms?
Explain about Connection interface?
Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?
How to check jms messages in weblogic?
What is queue connection factory?
What is difference between JMS and Web Services?
Can two jms servers share the same persistent store?
Is activemq a jms provider?
What is jms topic?