When you right click a local solution mapping group you can see options to copy it to the Global Resource Library, make a copy (duplicate) of the selection within the same solution, and export it to an XML file. The XML file can be used for import in another Oracle GoldenGate Studio repository. You can right-click the global mapping group and export to an XML file that can be imported by other Oracle GoldenGate users outside of your shared environment. The export map dialog supports character set and encryption settings.
You can import both local and global exported mapping groups by right-click to the appropriate Mapping Groups node in the Projects Navigator and selecting Import.
The different Import Types are:
Duplication: This mode creates a new object (with a new internal ID).
Synonym Mode INSERT: This mode tries to insert the same object (with the same internal ID).
Synonym Mode UPDATE: This mode tries to modify the same object (with the same internal ID).
Synonym Mode INSERT_UPDATE: If no object exists in the target Repository with an identical ID, this import mode will create a new object with the content of the export file. Already existing objects (with an identical ID) will be updated.