dbxml_load_container

dbxml_load_container [-c container] [-h home]
    [-s node|wholedoc] [-f file_list]
    [-p file_list_path] [--v] [--V]
    [--P password] file1.xml file2.xml ...   

The dbxml_load_container utility loads XML documents into the specified container. XML files can either be specified as arguments, or they can be specified in a file using the -f option.

This utility will attempt to join an environment if one is active. It is recommended, however, that this tool be used offline. If the joined environment is transactional, this utility will also be transactional, with a separate transaction for each document added.

The options are as follows:

The dbxml_load_container utility exits 0 on success, and >0 if an error occurs.

Environment Variables

DB_HOME

If the -h option is not specified and the environment variable DB_HOME is set, it is used as the path of the database home, as described in the DB_ENV->open() method.