Beispiel für Migrationsdefinitionsdateien

Der in den Migrationsdefinitionsdateien für Oracle Hyperion Shared Services verwendete Produktcode ist HUB.

Hinweis:

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

Beispiel J-1 In Dateisystem exportieren

<?xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="Application" product="HUB" project="Foundation" application="Shared Services" />
      <Target type="FileSystem" filePath="/HSS-Shared Services" />
      <Artifact recursive="false" parentPath="/Native Directory" pattern="Users" />
   </Task>
   <Task>
      <Source type="Application" product="HUB" project="Foundation" application="Deployment Metadata" />
      <Target type="FileSystem" filePath="/HSS-Deployment Metadata" />
      <Artifact recursive="false" parentPath="/Shared Services Registry" pattern="Properties" />
   </Task>
</Package>

Beispiel J-2 Aus Dateisystem importieren

<?xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en_US</LOCALE>
   <User name="" password="" />
   <Task>
      <Source type="FileSystem" filePath="/HSS-Shared Services" />
      <Target type="Application" product="HUB" project="Foundation" application="Shared Services" />
      <Artifact recursive="false" parentPath="/Native Directory" pattern="Users" />
   </Task>
   <Task>
      <Source type="FileSystem" filePath="/HSS-Deployment Metadata" />
      <Target type="Application" product="HUB" project="Foundation" application="Deployment Metadata" />
      <Artifact recursive="false" parentPath="/Shared Services Registry" pattern="Properties" />
   </Task>
</Package>