You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/05/25 03:04:52 UTC

[GitHub] [shardingsphere] PaleWhiteDot edited a comment on issue #10419: shardingjdbc5.0+springboot+oracle:start occured a error 'table or view does not exist',username is dirrerent with table schema

PaleWhiteDot edited a comment 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_CNT
   >     schema: msgs
   > ```
   
   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:
users@infra.apache.org