skip to main content
Configuring Security for OpenAccess SDK : Required permissions for the Java 2 platform : Permissions for establishing connections
 

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.