Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?
Answer Posted / 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 |
Post New Answer View All Answers
How do I handle request/response using jms?
Why do we use jms?
How to handle the exception caused by jms?
What is jms topic?
What are jms channels?
How do I start jms server?
What is mean by jms?
Explain about JMS queue?
How to Allowe messages to expire ?
What is queue connection factory?
Are foreign destinations handled within foreign jms messages?
For sending messages through JMS, what encryption options are there?
Do text messages use data?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?
What is jms mean?