diff --git a/docs/modules/sql/pages/mapping-to-jdbc.adoc b/docs/modules/sql/pages/mapping-to-jdbc.adoc index 61fdfa9ab..1a24c9fea 100644 --- a/docs/modules/sql/pages/mapping-to-jdbc.adoc +++ b/docs/modules/sql/pages/mapping-to-jdbc.adoc @@ -315,12 +315,16 @@ For Oracle data types see the https://docs.oracle.com/en/database/oracle/oracle- |`NUMBER(p,s) where "s" is 0 and "p" is bigger than 18 or "s+p" is bigger than 15` |`DECIMAL` -|`NUMBER(p,s) where "s+p" is smaller than 8` +|`BINARY_FLOAT` |`REAL` |`NUMBER(p,s) where "s+p" is smaller than 16` |`DOUBLE` +|`BINARY_DOUBLE` +|`DOUBLE` + + |`DATE` |`DATE`