OpenEdge database
|
Oracle database
|
Record ID
|
An additional NUMBER column named PROGRESS_RECID
|
Case-insensitive index
|
The UPPER(column-name) syntax is used by the index SQL
|
Array
|
A column for each array element named field##1, field##2, etc.
|
Sequence
|
A sequence with the same characteristics (incrementation, beginning value, etc.)
|
OpenEdge BLOB type
|
This is set to NOT NULL in Oracle
|