Hello again,
I have found a workaround solution by setting the length to 127. The NUMBER(9,127) will be created for Oracle. The main problem will remain that I am not able to manage independly the Types.
After having read the code, it seems that the best way is to extend the OracleDialect by subclassing the OracleDialect or Oracle9dialect and then by registering the BIGDECIMAL Type to a new type (and then replacing the already defined BIGDICMAL type in the ORacle9Dialect)!
Is that the best way?
Thanx
MG
|