xianyujava opened a new issue #7373:
URL: https://github.com/apache/shardingsphere/issues/7373


   ## Question
   配置报错 ,java.sql.SQLException: ORA-00942: 表或视图不存在
   
   
   MasterSlaveRuleConfiguration masterSlaveRuleConfig = new 
MasterSlaveRuleConfiguration("ds_master_slave", "ds_master", 
Arrays.asList("ds_slave"));
           try {
               return 
MasterSlaveDataSourceFactory.createDataSource(createDataSourceMap(), 
masterSlaveRuleConfig, new Properties());
           } catch (SQLException e) {
               e.printStackTrace();
           }
   


----------------------------------------------------------------
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]


Reply via email to