skipUpdate

Requests that Oracle skip the applying of monthly updates to an environment for a maximum of three consecutive cycles or removes all skip update requests that were previously made using this command so that the environment is updated to the main code line.

You can use this command also to list the skip update requests currently specified for an environment. Skip update status of the environment is included in the Activity Report (in Operational metrics) generated after you use this command to skip updates to an environment. See Operational Metrics in Getting Started with Oracle Enterprise Performance Management Cloud for Administrators.

Weekly and emergency patches for the current month, if any, will continue to be applied to the environment. No updates will be made for the months for which the upgrade delay is requested.

You cannot skip updates for an environment that is on a one-off patch. Additionally, you cannot skip monthly updates that are more than three months apart from the update that the environment is currently on. For example, if the environment is currently on 23.12, you can skip 24.01, 24.02, and 24.03, but not 24.04. For detailed information on how update delays work, see Requesting Upgrade Delay for Production Environments in Oracle Enterprise Performance Management Cloud Operations Guide.

Note:

If you skip the update for only one of your environments (for example, you skip update on the production environment but not on the test environment) for three months, your environments will be three versions apart. You may not be able to migrate snapshots across these environments in such a scenario.

For example, assume that your test and production environments are currently on 23.12, and that you skip the updates for versions 24.01, 24.02, and 24.03 for the production environment only. When version 24.03 becomes available, your test environment will be on version 24.03 while the production environment will still be on version 23.12. In this case, migration between your test and production environments is not supported.

Applies to

Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Account Reconciliation, Profitability and Cost Management, Enterprise Profitability and Cost Management, Oracle Enterprise Data Management Cloud, Narrative Reporting, Sales Planning, and Strategic Workforce Planning.

Required Roles

Service Administrator

Usage

epmautomate skipUpdate add|remove|list [version=UPDATE_NUMBER comment="COMMENT"] where:
  • add sets a skip update request for a specific monthly update. You must specify these parameters:
    • version: the monthly update that should be skipped. You can skip one, two or three of the upcoming three monthly updates. For example, if the environment is on the 23.12 monthly update, you can skip the 24.01, 24.02, 24.03 or any of these updates. To skip three monthly updates, you run the command thrice, each time specifying one specific update to skip using, for example, version=24.01, then version=24.02, and then version=24.03. In this scenario, the environment will be updated to the main code line in the 24.04 monthly cycle.

      If there is a gap in the monthly cycle for which skip update is requested and the current monthly cycle, Oracle will update the environment as required and then skip the updates in the specified monthly cycle. For example, the environment is on the 23.12 monthly update and you specify a skip update for versions 24.02 and 24.03. In this case, the environment will be updated in 24.01; 24.02 and 24.03 updates will be skipped. The environment will be updated to the main code line in 24.04.

    • comment: text describing why an update skip is required. Comments must be enclosed in double quotation marks.

  • remove removes all skip update requests specified for the environment so that it can be updated to the main code line during the next daily maintenance. If you have more than one skip update requests on an environment, this command removes them all.

  • list to display skip update requests (the login ID of the user who made the skip update request, comment, version for which updates are to be skipped, and the date when the request was made) currently set for the environment as shown in the following graphic:
    Sample list of skip update requests in an environment

Examples

  • Request a skip update: epmautomate skipUpdate add version=24.01 comment="We are in the process of closing the quarter"
  • View skip update details: epmautomate skipUpdate list
  • Remove all skip update requests: epmautomate skipUpdate remove