Universal Database Load

Universal Database Load

Universal Agent databases are implemented using Oracle's Berkeley Database product. The Berkeley Database provides utilities to perform administrative database tasks.

The Universal Database Load (UDBLOAD) utility is the Berkeley db_load utility tailored specifically for Universal Agent databases.

UDBLOAD and the Universal Database Dump (UDBDUMP) utility are provided to enable recovery from a corrupted Berkeley databases. Databases can potentially become corrupt due to system and address spaces ending abnormally.

Oracle documentation on db_load and all other utility commands is provided at the following URL:

http://docs.oracle.com/cd/E17076_04/html/api_reference/C/utilities.html

Usage

UDBLOAD invokes the Berkeley db_load utility. The UDBLOAD command line options are passed to db_load. UDBLOAD reads the database dump file and loads the contents into the specified database file.

The database dump file is created with UDBDUMP.

Note

By default, the load operation overwrites the specified database. To simply update the database, omit the OVERWRITE configuration option.

You should back up the database file prior to performing any load operation.

Detailed Information

The following pages provide detailed information for Universal Database Load: