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 does jms listener work?
In which situations we are using jms? Can we send message from one server to another server using jms?
Can jms be used to send an email?
What is a map message?
What is the functionality of a jms message selector?
Explain about session interface?
Is ibm mq jms compliant?
What is jms and how it works?
What is jms destination?
Which are the benefits of mdb (message driven beans) over standard jms consumers?
What is a distributed queue?
What is message oriented middleware?
Must I place all my class files in the WEB-INF folder and all JSP's outside?
What is hermes software?
Why jms is used in java?