Oracle NUMBER data type
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
OpenEdge supports the Oracle NUMBER data
type through the use of the INT64 data type in OpenEdge.
This enables a 64-bit value defined in Oracle to be successfully pulled into a schema holder
as a native NUMBER for Oracle DataServers. On a schema
migration or a schema pull, fields defined as INT64 are
converted to the NUMBER for Oracle databases.
Data types table identifies
support for not only the NUMBER data type (with no
precision), but also the scale and precision of the NUMBER
column. OpenEdge handles the OpenEdge INTEGER and INT64 data types more efficiently than it does a DECIMAL data type. You can use the Data Dictionary to change the
NUMBER data type to any supported compatible the data
type from DECIMAL to INTEGER or INT64 in the schema image. See Modifying a schema image for instructions.