The native OCI driver could not be loaded- while using thick client with sqldeveloper
Sqldeveloper 23.1
oracle client: 19.3
While trying to use Thick client with oracle sqldeveloper I kept getting The native OCI driver could not be loaded.I was trying to configure sqldeveloper to use kereberose authentication.
The system
propertyjava.library.path contains the entries from the environment
variable PATH. The installed version of client was 19c client full installation
Testing the Oracle Home located at C:\app\administrator\client\cl_64_bit
Testing client directory ... OK
Testing loading Oracle JDBC driver ... OK
Testing checking Oracle JDBC driver version ... OK
Driver version: 23.2.0.0.0
Testing testing native OCI library load ... Failed:
Error loading the native OCI library
The native OCI driver could not be loaded. The system propertyjava.library.path contains the entries from the environment variable PATH. Check it to verify that
the expected native library directory C:\app\administrator\client\cl_64_bit\bin is present and precedes any other client installations.
java.library.path = C:\Users\yoonas\Downloads\sqldeveloper-23.1.0.097.1607-x64\sqldeveloper\sqldeveloper\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\app\administrator\client\cl_21_64_bit\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\app\administrator\client\cl_64_bit\bin;C:\Users\yoonas\AppData\Local\Microsoft\WindowsApps;;.
Installed 21c client version and the test ran successfully.
Comments
Post a Comment