Deployment.inf and <Package_name>.inf

The following lists specific settings within the Deployment.inf and <Package_name>.inf for OEE.

  • Deployment.inf

    [ThirdPartyApps]ORACLE=ThirdParty\ORACLE\OEE12Setup.exe,
  • <Package_name>.inf (example from a DV920FA.inf file)

    [Oracle Databases]
    JDELocal_DV920=ORACLE
    SPEC_DV920FA=ORACLE
     
    [JDELocal_DV920]
    SourceTableSpace=JDELocal
    Server=127.0.0.1
    UserID=SYSTEM
    DataFileDestDir=$DDV920DATA\JDELocal_DV920.dbf
    DumpFileDestDir=$DDV920DATA\JDELocal_DV920.dmp
     
    [SPEC_DV920FA]
    SourceTableSpace=SPEC_DV920FA
    Server=127.0.0.1
    UserID=SYSTEM
    DataFileDestDir=$DDV920\Spec\SPEC_DV920FA.dbf
    LogFileDestDir=$DDV920\Spec\SPEC_DV920FA.dmp