Oracle RDB

Oracle RDB

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.

Full Convert supports Oracle RDB database directly.

Oracle RDB data types we support

Decimal

binary_double, binary_float, float (real), number (integer, int, smallint, numeric, dec, decimal)

Text

char, clob, nchar, nclob, nvarchar2, varchar2

Date/Time

date, timestamp

Large objects

blob, clob, nclob, sdo_geometry, xmltype

Other

anydata, array, bfile, interval day to second (interval day), interval year to month (interval year), long, long raw, raw, rowid, urowid

Export Oracle RDB database

It may make sense to migrate your data away from Oracle RDB. You may want to do it permanently or just need to share your tables with a collague in a different format.

We will copy all your tables with their data and apply indexing and relationships exactly as they are in your current Oracle RDB database. In a nutshell, you get exactly the same database in another database engine. Each time you run the migration, we will copy all the tables again. Of course, we have a built-in scheduler, so you can run this overnight and have a fresh database copy in the morning.

Take a look at the quick tutorials below to see how it's done.

Import data into Oracle RDB database

Additionally, if you want to import data on a regular basis and do not want to recreate the whole target database from scratch every time, but rather do tiny targeted sync of only changes since the last run, please use Full Convert Pro or Ultimate.

Take a look at the quick tutorials below to see how it's done.