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"?