PaleWhiteDot edited a comment on issue #10419:
URL:
https://github.com/apache/shardingsphere/issues/10419#issuecomment-846898995
i found that i can get the correct schema by orElse(getSchema(connection)
because i set schema=msg
```
ds1: !!com.zaxxer.hikari.HikariDataSource
driverClassName: oracle.jdbc.driver.OracleDriver
jdbcUrl: jdbc:oracle:thin:@//******/message
username: MSG_CNT
schema: msgs
```
but orElse place never be invoked. What should i do to solved this problem?
--
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]