o You do not need Oracle RMU privileges to use the RMU Dump
Export command. However, you must have OpenVMS read access to
the .rbr or .unl file, or OpenVMS BYPASS privilege.
o If the source interchange file is created by RMU Unload, then
it does not contain any IMPORT DATABASE information and the
generated SQL script cannot be used to create a database from
such an interchange file.
$ RMU/DUMP/EXPORT/OPTION=IMPORT_DATABASE EMPLOYEES.UNL/OUT=EMP.SQL
$ SQL$ @EMP.SQL
SQL> IMPORT DATABASE
cont> from 'DISK1:[TESTING]EMPLOYEES.UNL;1'
cont> -- ident ' Load/Unload utility'
cont> -- backup file version 4
cont> -- database ident 'Oracle Rdb V7.2-131'
cont> filename 'DB$:MF_PERSONNEL'
cont> ;
%SQL-F-EXTRADATA, unexpected data at the end of the .RBR file
$
o The IMPORT_DATABASE option is intended to create a SQL script
as an aid to the database administrator. Some editing of the
generated script may be required under some circumstances.
Only a subset of the database attributes are dumped by RMU
for the IMPORT_DATABASE output. Continue to use the RMU Dump
Export Option=NOIMPORT_DATABASE to see all attributes recorded
in the interchange file.