November 2025 Oracle Cloud EPM Update: Post Clone Steps Simplified by using LocalHost URL in Connections
Sarah Ansell
Senior EPM Planning Consultant
In October 2025 Oracle released an upgrade to Oracle Cloud EPM that prevented the use of localhost being used within External Web Service Connections. In the November 2025 Oracle C;oud EPM update this has been reversed! Excellent news for me as I love using the localhost method of creating a Connection in Oracle Cloud EPM. I hope they keep this functionality available going forwards for those who would like to use it.
- Renaming the Artifact Snapshot backup that is created in the Daily Maintenance Window
- Deleting Snapshots so that you can create a rolling 7 days worth of backups
- Allowing users to launch a Business Rule via an administrators user to allow actions they wouldn’t usually have access to within their own security
- Kicking off a data integration via a Business Rule – though Pipelines have mostly superseded the need for this!
1.Go to Navigator – Connections
2.Click Create and select Other Web Service Provider
3.Complete the fields:
-
- Connection Name: Local EPM (choose any name!)
- Description: Any
- URL: https://localhost:443
- User / Password: Must be an Administrator
4.Click Save and Close
5.Create a Business Rule and change the type to Groovy, add your REST API Commands as required. Here is an example where I call the Connection, named ‘Local EPM’, and I post the remainder of the URL required for launching a business rule.
HttpResponse<String> jsonResponse =
operation.application.getConnection("Local EPM").post('/HyperionPlanning/rest/v3/applications/InsertAppName/jobs')
.header("Content-Type", "application/json")
.body(json(["jobType":"Rules", "jobName":"Rule1", "parameters":["RTPName":rtps.RTPName.toString()]]))
.asString();
When this runs, .getConnection will essentially replace http://localhost:9000 connection URL with the actual URL for the Oracle Cloud EPM environment. You may need to adjust the post.(‘/HyperionPlanning/rest/v3/applications/InsertAppName/jobs’) section and .body section depending on which REST API command you are using and you should refer to the Oracle REST API documentation to lookup the format require for each command. The example above and some of the other blog’s I have may help with this part.
Until next time
Sarah







+44 (0)1483 685450
contact us