Chris-Arith opened a new issue, #11110: URL: https://github.com/apache/dolphinscheduler/issues/11110
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened At the begining, we put `ojdbc6-11.2.0.1.0.jar` into the api-server and worker-server's libs, and the data quality workflow can't find the tables in oracle, errors as below #### website error  #### console error  then we found that it is because the driver's version is too low, oracle drivers below ojdbc8 doesn't have the `getSchema()` method. After we changed the dirver to `ojdbc8-19.7.0.0` this problem solved. However, another problem arised when we actually run the data quality workflow, it couldn't find the oracle driver class, errors as below #### couldn't find driver class  we are sure that worker servers have oracle driver. Thanks for your kindly help! ### What you expected to happen the workflow could run properly ### How to reproduce as I describled ### Anything else nil ### Version 3.0.0-beta-2 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
