Purpose
Exports the catalog to a directory based on database or object criteria.
Syntax
DICTIONARY EXPORT { [DATABASES <databasename>] | [OBJECTS <objectname> | id: objecteid]}TO <exportpath> ;Parameters
- databasename | objectname
- Name of one or multiple databases or specific database objects to export.
- exportpath
- Name of the file path to which Unity exports the specified object information.
Usage Considerations
Use a comma to separate multiple database names or object names in a list. You must specify the directory location where you want the exported dictionary to be stored.
Example
unityadmin> DICTIONARY EXPORT DATABASES db0, db1 TO /exported_dictionaries;