strongduanmu commented on issue #10419:
URL:
https://github.com/apache/shardingsphere/issues/10419#issuecomment-846935296
@chenxk @PaleWhiteDot Thank you very much for your detailed investigation. I
checked the closed issue. This logic was added to solve other oracle metadata
issues, refer to #6366.
I think we should adjust the priority of the schema. If the user configures
the schema in the datasource, the value configured by the user should be taken
first.
```
ds1: !!com.zaxxer.hikari.HikariDataSource
driverClassName: oracle.jdbc.driver.OracleDriver
jdbcUrl: jdbc:oracle:thin:@//******/message
username: MSG_CONNECT
schema: msg
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]