透過重新建立環境,將環境還原至純淨狀態。
您可以重新建立環境來完成這些任務:
注意:
runDailyMaintenance
命令建立備份快照。適用於
Planning、Planning 模組、FreeForm、Financial Consolidation and Close、Tax Reporting、Account Reconciliation、Profitability and Cost Management、Enterprise Profitability and Cost Management、Oracle Fusion Cloud Enterprise Data Management、Narrative Reporting、Sales Planning 及 Strategic Workforce Planning。必要角色
服務管理員用法
epmautomate recreate [-f] [removeAll=true|false] [TempServiceType=Service_type]
,其中:
-f
強制重新建立要啟動的程序,而不需要使用者確認。如果您未使用 -f
選項,命令會提示您以確認動作。removeAll
(選擇性),移除所有快照與收件匣 (已上傳檔案) 和寄件匣 (從環境匯出的檔案) 的內容。預設值為 false
,會保留快照以及收件匣和寄件匣的內容。TempServiceType
(選擇性) 會將環境轉換為不同的服務環境。
您可以在環境中部署的商業程序由您所具有的訂閱類型所管理。例如,如果您具有 EPM Standard Cloud Service 訂閱,則無法在將環境從 Account Reconciliation 轉換為 Planning 之後建立任意格式應用程式。如果您具有 EPM Enterprise Cloud Service 訂閱,則可以在適當變更服務類型之後,在環境中建立任何商業程序。請參閱管理員適用的入門手冊中的關於新 Cloud EPM 服務
此參數的行為會視您的訂閱而定。
您可以使用 TempServiceType
選項將 Planning、Enterprise Planning、Tax Reporting 或 Financial Consolidation and Close 環境暫時轉換成 Account Reconciliation、Oracle Enterprise Data Management Cloud 或 Profitability and Cost Management 環境。例如,如果您已購買 Planning 環境,您可以執行下列命令將其轉換成 Account Reconciliation 環境:
epmautomate recreate -f removeAll=true TempServiceType=ARCS
在將環境轉換為 Account Reconciliation 之後,可以使用適當的 TempServiceType
值將它轉換為 Oracle Enterprise Data Management Cloud 或 Profitability and Cost Management 環境。例如,若要將它轉換為 Profitability and Cost Management 環境,請執行下列命令:
epmautomate recreate -f removeAll=true TempServiceType=PCMCS
若要將環境轉換回原始服務類型,請執行下列命令:
epmautomate recreate -f
Profitability and Cost Management:您可以透過執行下列命令,將 Profitability and Cost Management 環境轉換為 Planning、Enterprise Planning 或 Enterprise Profitability and Cost Management 環境:
epmautomate recreate -f removeAll=true TempServiceType=PBCS
若要將環境轉換回原始 Profitability and Cost Management 環境,請使用下列命令:
epmautomate recreate -f TempServiceType=PCMCS
註:
Profitability and Cost Management 環境無法轉換為 Account Reconciliation、Oracle Enterprise Data Management Cloud 或 Narrative Reporting 環境。您可以使用 TempServiceType
選項將 Oracle Fusion Cloud Enterprise Performance Management 環境轉換成任何其他支援的環境。
EPM Enterprise Cloud Service 訂閱使用通用的 Cloud EPM 平台。一開始,您可以部署任何支援的 Cloud EPM 商業程序。
若要將部署的商業程序切換至另一個商業程序,您可以指定環境的新服務類型來重新建立環境。例如,如果您已建立 Account Reconciliation 商業程序,但現在想要建立 Oracle Enterprise Data Management Cloud 環境,則必須執行重新建立命令如下。
epmautomate recreate -f removeAll=true TempServiceType=EDMCS
若要將商業程序 (例如,Account Reconciliation) 轉換至 Planning、Tax Reporting 或 Financial Consolidation and Close,請勿指定 TempServiceType
值。例如,如果您已建立 Account Reconciliation 商業程序,但現在想要建立 Planning 模組環境,則必須執行重新建立命令如下。
epmautomate recreate -f removeAll=true
可接受的 TempServiceType
值:
ARCS
- 可將環境轉換成 Account Reconciliation 環境EDMCS
- 可將環境轉換成 Oracle Enterprise Data Management Cloud 環境EPRCS
- 可將環境轉換成 Narrative Reporting 環境PCMCS
- 可將環境轉換成 Profitability and Cost Management 環境範例
重新建立目前環境、將它還原成原始服務類型 (如果之前已使用 TempServiceType
參數發出重新建立命令),而不移除使用者建立的收件匣與寄件匣快照和內容:
epmautomate recreate -f
TempServiceType
參數發出重新建立命令),然後移除收件匣與寄件匣快照和內容:
epmautomate recreate -f removeAll=true
epmautomate recreate -f removeAll=true TempServiceType=EDMCS
epmautomate recreate -f removeAll=true