IMPORT CONFIGURATION

The IMPORT CONFIGURATION command enables you to import the broker configuration metadata that was previously exported to a file in the trace directory using the EXPORT CONFIGURATION command.

Format

IMPORT CONFIGURATION FROM <file_name>;

Command Parameters

file_name

The name of file that contains the exported broker configuration metadata.

Usage Notes

  • The imported metadata is stored in the in-memory metadata and to either of the broker metadata files specified by DG_BROKER_CONFIG_FILE1 or DG_BROKER_CONFIG_FILE2.

  • The specified file name must exist in the trace directory.

Command Example

The following command imports configuration metadata stored in the file named dg_config.txt in the trace directory into the memory and to the broker metadata file.

DGMGRL> IMPORT CONFIGURATION FROM 'dg_config.txt';