You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ojdbc6-11g and ojdbc7 returns "BigDecimal" for Oracle NUMBER type
ojdbc8 and above returns "Double" for Oracle NUMBER type
while using Oracle NUMBER type the ojdbc8 return "Double" any solution in jdbc8 it should return "BigDecimal" as per previous behaviour for type "NUMBER"?