PaleWhiteDot commented on issue #10419: URL: https://github.com/apache/shardingsphere/issues/10419#issuecomment-846954283
> @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 > ``` Does that mean I cant't use shardingjdbc until you fix it.Is there another solution? -- 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]
