skip to main content
Getting Started : Using the Drivers : Required Permissions for the Java 2 Platform
  
Required Permissions for the Java 2 Platform
Using the drivers on a Java 2 Platform with the standard Security Manager enabled requires certain permissions to be set in the security policy file of the Java 2 Platform. The default location of this security policy file is jre/lib/security which may be found in the subdirectory of the Java 2 Platform installation directory.
Note: Security manager may be enabled by default in certain scenarios (for example, when you are running in an application server or in a Web browser applet).
To run an application on a Java 2 Platform with the standard Security Manager, use the following command:
"java -Djava.security.manager application_class_name"
where application_class_name is the class name of the application.
Refer to your Java 2 Platform documentation for more information about setting permissions in the security policy file.
For details, see the following topics:
* Permissions for Establishing Connections
* Granting Access to Java Properties
* Granting Access to Temporary Files
* Granting Access to an Oracle tnsnames.ora File
* Permissions for Kerberos Authentication
* Permissions for Bulk Load from a CSV File