Configuring client authentication
- Last Updated: October 16, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
The driver supports client authentication. To configure client
authentication for the driver, set the AuthenticationMethod property to
client.
When client authentication is enabled, the Oracle database server relies on the client to authenticate the user and does not provide additional authentication. The driver ignores any values specified by the User and Password properties.
See "Using the AuthenticationMethod property" for more information about setting a value for this property.