Oracle RDB

Oracle RDB
Database background

Oracle Rdb is a relational database management system for the OpenVMS operating system. It was originally released by Digital Equipment Corporation (DEC) in 1984 as VAX Rdb/VMS.

Rdb featured one of the first cost-based optimizers, and after acquisition Oracle introduced a cost-based optimizer in its regular Oracle RDBMS product.

Oracle RDB data types we support

Decimal:
binary_doublebinary_floatfloat (real)number (integer, int, smallint, numeric, dec, decimal)
Text:
charclobncharnclobnvarchar2varchar2
Date/Time:
datetimestamp
Large objects:
blobclobnclobsdo_geometryxmltype
Other:
anydataarraybfileinterval day to second (interval day)interval year to month (interval year)longlong rawrawrowidurowid

SQL Flow handles automatically

The software does the migration work.

  • SQL Flow selects provider-aware reading, type handling, and loading behavior.
  • Supported capabilities and prerequisites are matched to the chosen database.
  • Database-specific differences are applied without rebuilding the migration.

You choose

Keep control of the decisions that matter.

  • Choose the source and target database.
  • Select among available full-load and CDC modes.
  • Choose type mappings and target creation policy.