Universal Database Dump

Universal Database Dump

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

The Universal Database Dump (UDBDUMP) utility is the Berkeley db_dump utility tailored specifically for Universal Agent databases.

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

Oracle documentation on db_dump 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

UDBDUMP invokes the Berkeley db_dump utility. The UDBDUMP command line options are passed to db_dump. UDBDUMP reads a specified database file and dumps the contents to a database dump file.

This dump file can be loaded into a database using UDBLOAD.

Detailed Information

The following pages provide detailed information for Universal Database Dump: