Hi @HarnishaM ,
Please check the JDBC driver compatibility, refer connector guide and also try setting below in the application xml file:
<entry key="resultSetType" value="TYPE_FORWARD_ONLY"/>
Reference: Snowflake JDBC Driver class path - #2 by adam_creaney
Thanks,
Pallavi