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 jndi? How is it related to jms?
Explain about session interface?
Explain about message listeners?
How does jms listener work?
What is jms template?
What is the difference between JMS and RPC (Remote Procedure Call)?
How to read message from jms queue in java?
Explain about the exception handling mechanism of JMS?
Is ibm mq jms compliant?
What is the use of jms? In which situations we are using jms?
What is jms mean?
What is a message in software?
How many types of messaging model do JMS provide for and what are they?
What is mdb in jms?
Explain about map message?