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.
Asked
Active
Viewed 297 times
0
-
You should show what code you tried – Heemanshu Bhalla Dec 03 '18 at 15:29
1 Answers
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
-
1That'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