Beispiel für Migrationsdefinitionsdateien

Der Produktcode, der in den Migrationsdefinitionsdateien für Oracle Essbase verwendet wird, ist ESBAPP.

Hinweis:

Wenn nicht die korrekte Syntax in der Migrationsdefinitionsdatei verwendet wird, wird eine Fehlermeldung zum falschen Format der MDF-Datei angezeigt.

Beispiel C-1 In Dateisystem exportieren

<xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="Application" product="ESBAPP" project="EssbaseCluster-1" application="Sample" />
      <Target type="FileSystem" filePath="/ESB-Sample" />
      <Artifact recursive="true" parentPath="/Configuration" pattern="*" />
      <Artifact recursive="true" parentPath="/Databases" pattern="*" />
      <Artifact recursive="true" parentPath="/Substitution Variables" pattern="*" />
   </Task>
</Package>

Beispiel C-2 Aus Dateisystem importieren

<xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="FileSystem" filePath="/ESB-Sample" />
      <Target type="Application" product="ESBAPP" project="EssbaseCluster-1" application="Sample" />
      <Artifact recursive="true" parentPath="/Configuration" pattern="*" />
      <Artifact recursive="true" parentPath="/Databases" pattern="*" />
      <Artifact recursive="true" parentPath="/Substitution Variables" pattern="*" />
   </Task>
</Package>