Permissions for establishing connections
- Last Updated: July 21, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
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/60/-" {
permission java.net.SocketPermission "*", "connect";
};
where:
- install_dir
- is the product installation directory.