apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.8k stars 4.59k forks source link

[Bug] [Data Source] Can not create oracle data source. #11087

Closed xyzhh closed 2 years ago

xyzhh commented 2 years ago

Search before asking

What happened

"Failed to load driver class oracle.jdbc.OracleDriver in either of HikariConfig class loader or Thread context classloader" is prompted when I build a oracle data source connection. I have already copyed ojdbc6.jar or ojdbc8.jar file to all libs directories,and restarted servers .The jdbc file worked well in version 1.x. (By the way ,there is no oracle datasource description in lastest DOC?)

What you expected to happen

create oracle data source properly

How to reproduce

Just create oracle data source.

Anything else

No response

Version

3.0.0-beta-2

Are you willing to submit PR?

Code of Conduct

github-actions[bot] commented 2 years ago

Thank you for your feedback, we have received your issue, Please wait patiently for a reply.

SbloodyS commented 2 years ago

Due to incompatible license of Oracle. We can only introduce Oracle in a similar way to MySQL. I'll add this to the document.

xyzhh commented 2 years ago

We can only introduce Oracle in a similar way to MySQL. I'll add this to the

I can access mysql datasource by copying jdbc driver to libs directories,but can not access oracle datasource in same way.

SbloodyS commented 2 years ago

We can only introduce Oracle in a similar way to MySQL. I'll add this to the

I can access mysql datasource by copying jdbc driver to libs directories,but can not access oracle datasource in same way.

Yes. It has been fixed in #11095.

xyzhh commented 2 years ago

And I tried ojdbc6.jar and ojdbc8.jar

xyzhh commented 2 years ago

Thank you for replying .But I dont care about the DOC. I just want Oracle datasource is available.