Permissions for establishing connections
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
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.