KomachiSion edited a comment on issue #2138: Could not commit JPA transaction when I use save to insert data to oracledatabase URL: https://github.com/apache/incubator-shardingsphere/issues/2138#issuecomment-479310369 > I think the property sharding.jdbc.config.props.sql.show=true is helpful for the data-insert problem. > But it seems no more information for error: java.sql.SQLDataException: ORA-01424: 转义符之后字符缺失或非法 sql.show can see what table ShardingSphere drop and create. If not create table SQL input, ShardingSphere would not create table by itself. So you need to check why and how these table were created. Because in my environment, I don't have these table.
---------------------------------------------------------------- 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
