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
What is jms in websphere?
How does spring jms listener work?
Can we use jms for sending automated e-mails?
What is the point-to-point model in jms?
Detail about the features of publish model?
What is the use of jms? Can we send message from one server to another server using jms?
What is jms producer?
Where is jms used?
Explain the creation of JMS Administered objects?
Give an example of using point to point model in JMS?
Mention different types of messages available in JMS API?
What is mdb in jms?
Can jms be used to send an email?
Explain about JMS queue?
What is jms topic?