FlyingZC opened a new issue, #26823: URL: https://github.com/apache/shardingsphere/issues/26823
## Bug Report Oracle sysdate function execution error. ```sql INSERT INTO SYS_USR (ID,USR_NM,OPEN_ID,MP,E_MAIL,QQ,IS_SYS_DEF,IS_VALID,IS_DEL,CRT_TM,CRT_USR_ID,MDF_TM,MDF_USR_ID) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, SYSDATE, ?) ``` <img width="1428" alt="image" src="https://github.com/apache/shardingsphere/assets/19788130/c6380f54-0cbb-4e35-8833-76278536f123"> ### Which version of ShardingSphere did you use? master. ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? jdbc ### Expected behavior Execute success. ### Actual behavior Failed. ### Reason analyze (If you can) ClassCastException <img width="858" alt="image" src="https://github.com/apache/shardingsphere/assets/19788130/13f494c1-596c-4143-9c69-dc2261f9e31e"> ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ### Example codes for reproduce this issue (such as a github link). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
