You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
5.51
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
Expected behavior
load multiple schema from oracle database in the readwrite-splitting scenario
Actual behavior
only load one schema(same as databaseName)
Reason analyze (If you can)
Single Table only load the schema same as databaseName from oracle database.
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
I tried every way I found from the single table document , but every time the second schema don't load in the ShardingSphereDatabase. Is It my config error or a limitation on oracle ?
Example codes for reproduce this issue (such as a github link).
Bug Report
For English only, other languages will not accept.
Before report a bug, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
5.51
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
Expected behavior
load multiple schema from oracle database in the readwrite-splitting scenario
Actual behavior
only load one schema(same as databaseName)
Reason analyze (If you can)
Single Table only load the schema same as databaseName from oracle database.
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
I tried every way I found from the single table document , but every time the second schema don't load in the ShardingSphereDatabase. Is It my config error or a limitation on oracle ?
Example codes for reproduce this issue (such as a github link).
The text was updated successfully, but these errors were encountered: