迁移定义文件示例

这是用于 Oracle Hyperion Financial Data Quality Management, Enterprise Edition 应用程序迁移的迁移定义文件示例。在迁移定义文件中,用于 FDMEE 的产品代码为 AIF。

注:

如果在迁移定义文件中使用的语法不正确,会显示 ‘Incorrect format of MDF file’ 错误。

示例 E-1 导出至文件系统

<?xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en</LOCALE>
   <User name="" password="" />
   <Task>
     <Source type="Application" product="AIF" project="FDM" application="FDMEE" />
      <Target type="FileSystem" filePath="/FDMEE" />
      <Artifact recursive="true" parentPath="/Global Setup Artifacts" pattern="*" />
   </Task>
</Package>

示例 E-2 导入到文件系统

<?xml version="1.0" encoding="UTF-8" ?>
<Package>
   <LOCALE>en</LOCALE>
   <User name="" password="" />
   <Task>
     <Source type="FileSystem" filePath="/FDMEE" />
      <Target type="Application" product="AIF" project="FDM" application="FDMEE" /> 
      <Artifact recursive="true" parentPath="/Global Setup Artifacts" pattern="*" />
   </Task>
</Package>