Search code examples
oracle-data-integrator

How to take all scenarios backup in odi in one go


How to export all the scenarios in odi in one go to make a local backup. Each scenario must be imported as single unit.


Solution

  • The OdiExportAllScen tool can be used in a package or a procedure to export all the scenarios. If there is no need to save the passwords that might be linked to dataserver, the export key can be left blank but Export without Cipher Text data has to be set to Yes. OdiExportAllScen in a package

    Execute the package and make sure you use the local agent for a local export, not an agent on the server.