LoadLibraryPath
- Last Updated: November 30, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
Purpose
Specifies the directory for the DLL for NTLM authentication. The driver looks for the DLL in the specified directory.
Valid values
string
where:
- string
- is the fully qualified path of the directory that contains the DLL for NTLM authentication.
Behavior
If unspecified, the driver looks for the DLL in a directory that is on the Windows system path defined by the PATH environment variable.
If set to string, the driver looks in the specified directory for the
DLL. Use this value if you install the driver in a directory that is not on the Windows
system path.
Notes
- When you install the driver, the NTLM authentication DLLs are installed in the
install_dir/libsubdirectory, whereinstall_diris the product installation directory.
Example
If you installed the driver in a directory named "DataDirect" that is not on the Windows system path, you can use this property to specify the directory containing the NTLM authentication DLL as shown in the following URL.
jdbc:datadirect:oracle://server3:1521;SID=ORCL;
LoadLibraryPath=C:\\DataDirect\\lib;User=test;Password=secret
Data source method
setLoadLibraryPath
Default
None
Data type
String