Maintaining and Monitoring Your Database : Dumping and Loading : Loading database contents
Loading database contents
These sections describe how to load the following types of contents:
Table contents
User table contents
SQL file view contents
Sequence values
Note: For a complete description of dumping and loading SQL contents, see SQL Utilities.
The OpenEdge RDBMS provides three methods of loading table contents. You load data dumped in binary format with the PROUTIL LOAD command. Data in text format is loaded with a Data tool's user interface or the PROUTIL BULKLOAD command. You can perform a binary load only on database contents that were created with a binary dump.