Error while executing an SQL query (oracle database)

0
Dear Team, While executing an SQL query, I am getting below error, Could you please tell me how to resolve this? Thanks in advance. com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.sql.SQLRecoverableException: IO Error: Checksum fail     at MyFirstModule.Test_Database_Connection (JavaAction : 'Execute query') Advanced stacktrace:     at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:152) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.sql.SQLRecoverableException: IO Error: Checksum fail     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156)  
asked
1 answers
0

Have you tried this using the latest oracle jdbc driver for your oracle version?

answered