I have replaced classes12.jar to ojdbc6.jar to connect oracle 12c database. Here I am connecting to Service name not to SID. This works fine if I run my applet application through eclipse as java application. But if I export the same application to a WAR file and deployed in weblogic it doesn't work.
I am encountering getting below exception.
java.security.AccessControlException: access denied
("java.util.PropertyPermission" "oracle.jdbc.RetainV9LongBindBehavior" "read")
How to solve this exception?