Closed UncleKKKevin closed 7 months ago
we are using Oracle instead of hive, but when using data quality databases or tables cannot be selected It is obvious that not all databases support 'show databases'
to use Oracle like hive
use Oracle datasource and and select databases
No response
3.2.x
我给代码加上了判断dataSource.getType() == DbType.ORACLE时,执行SELECT DISTINCT OWNER FROM ALL_TABLES
Search before asking
What happened
we are using Oracle instead of hive, but when using data quality databases or tables cannot be selected It is obvious that not all databases support 'show databases'
What you expected to happen
to use Oracle like hive
How to reproduce
use Oracle datasource and and select databases
Anything else
No response
Version
3.2.x
Are you willing to submit PR?
Code of Conduct