Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am working with an Oracle database and number column are translated to BigDecimal in java. But I always have a type mismatch.
Is there a workaround ? Besides, the number column is the PK and is loaded with an oracle sequence.
Thanks,
Jean Marie
new BigDecimal(Integer.toString(row1.id))
I might put this as bug because the bigdecimal type is used by default when i retrieve a schema from oracle in the metadata repository