Data Types
Oracle Integration supports the following FEEL data types for decision input data, expression values, function arguments, and return values.
FEEL Data Type | Notation in Oracle Integration | Description |
---|---|---|
number |
Number |
FEEL numbers are based on the IEEE 754-2008 Decimal128 format, with 34 decimal digits of precision and rounding toward the nearest neighbor with ties favoring the even neighbor. Numbers are a restriction of the XML Schema type |
string |
Text |
Variable-length sequence of characters italicized or encapsulated in double quotes. |
boolean |
True or False |
Logical Boolean (true/false). |
date-time |
Date and Time |
Calendar date and time combination. |
duration |
Duration |
Duration in the ISO 8601 date-time format. |
Note:
You can extend these basic data types by defining custom data types. See Define Custom Data Types.