skywp opened a new issue #2261: Oracle update update error URL: https://github.com/apache/incubator-shardingsphere/issues/2261 ## Question When I used sharding-jdbc update oracle 11g databases,then something wrong. * Error updating database. Cause: java.sql.SQLException: ORA-01410 无效的 ROWID Here is my pom.xml: <!-- sharding-jdbc --> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-namespace</artifactId> <version>3.0.0</version> </dependency> How can I fix it?
---------------------------------------------------------------- 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] With regards, Apache Git Services
