Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oracle OCI and Thin drivers are missing in SQuirreL SQL

I downloaded SQuirreL SQL and I want to use it as an Oracle client, but when I go to Drivers tab, the following jars are missing:

  • Oracle OCI Driver
  • Oracle Thin Driver

    Drivers OCI and Thin Driver

How can I fix this problem?

like image 271
ROMANIA_engineer Avatar asked Aug 01 '16 07:08

ROMANIA_engineer


People also ask

Is ojdbc8 compatible with Oracle 19c?

For Oracle 19c, you can use either ojdbc8. jar or ojdbc10. jar. OJDBC10 is compiled with Java 10 and will not work unless you're running Bamboo 8 with Java 11.


1 Answers

  1. Download ojdbc7.jar

    • you need an Oracle account, but the e-mail is the only important detail that you need to provide (you can add any characters for Work Phone, Company Name, etc.)
  2. Go to the SQuirreL SQL installation folder (E.g.: C:\Program Files\squirrel-sql-3.7.1) > lib and put ojdbc7.jar there.

  3. Restart SQuirreL SQL.

like image 54
ROMANIA_engineer Avatar answered Sep 29 '22 10:09

ROMANIA_engineer