skip to main content
About the Driver : Using the Driver : Required Permissions for the Java Platform : Permissions for Establishing Connections
  
Permissions for Establishing Connections
To establish a connection to the database server, the driver must be granted the permissions as shown in the following example:
grant codeBase "file:/install_dir/lib/-" {
   permission java.net.SocketPermission "*", "connect";
};
where:
install_dir
is the product installation directory.