0

How can I connect SQL Developer to an Exasol DB? Is this possible? I tried to download the Exasol driver but is not recognized by the SQL Developer.

Roman Pokrovskij
  • 9,449
  • 21
  • 87
  • 142
Cosmin
  • 21
  • 2

1 Answers1

1

No, that's not supported. SQL Developer's 3rd party JDBC connectivity is provided for one use case - migrations to Oracle Database.

There's no support on that for Exasol DB, so there's no connectivity support provided.

If you want a generic jdbc db client, that's not Oracle SQL Developer.

thatjeffsmith
  • 20,522
  • 6
  • 37
  • 120
  • 1
    That's not what I hoped to hear :) . But I tried many possibilities to add the exasol jdbc driver into SQL Developer and I didn't get it work, so I expected that. Thanks a lot for you answer and time. – Cosmin Dec 04 '18 at 07:55