Data Movement Utilities Guide and Reference

Using Load

Before Using Load

Before invoking the load utility, you must be connected to (or be able to implicitly connect to) the database into which the data will be loaded. Since the utility will issue a COMMIT statement, you should complete all transactions and release all locks by performing either a COMMIT or a ROLLBACK before invoking load.

Since data is loaded in the sequence that appears in the input file, if a particular sequence is desired, the data should be sorted before a load operation is attempted.

If clustering is required, the data should be sorted on the clustering index prior to loading.

Invoking Load

The load utility can be invoked through:


[ Top of Page | Previous Page | Next Page ]