Load Data From Oracle Cloud ERP to Oracle EPM using PowerShell

Programming

Before we start, I am assuming that you have some knowledge of PowerShell and EPM Automate commands. I am also assuming that EPM Automate is installed on your system and that you have setup the import jobs in your EPM instance to import the data file. In this post we are looking at how to […]

Python and EPM REST APIs

REST APIs

One of the best things that have happened over the last few years for Oracle EPM consultants is the availability of REST APIs. I have written about it in my previous post on using Groovy and PBCS REST APIs. However, today I wanted to present my experience on using Python and EPM REST APIs. This […]

PBCS REST APIs Using Groovy Scripts

In this post we will try to cover the basics of using PBCS / EPBCS REST APIs using Groovy Scripts. Most of you may have used EPM Automate utility in your day to day activities. Although it is a great tool, it has its limitations. So lets see how we can use PBCS REST APIs. […]