Permissions for establishing connections
To establish a connection to the database server, the JDBC Client 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 JDBC Client installation directory.