Introduction:- Application Restoration or backups is important and critical in any organization. OAC classic has couple of methods through which Essbase app restoration and LCM backups can be achieved. Below mentioned methods can be automated through any scheduling tool like Autosys or Windows task scheduler. Lets begin! Restoration of application can be done in following ways:- Export and Import Excel:- Navigate to OAC Classic modern interface Home page and from the Actions menu, select the option Export to Excel. On the Export to Excel dialog box, select the Parent-Child Export Build Method.Select Export Data and Export Scripts and click OK. It will export the complete application in a Excel sheet file, on opening you will find different sheets for each dimension and a tab for the data. It will create a zip file for the data under Files.The interesting factor about the data file is it creates a column for each dimension. Now to import that excel export, go to Application Tab and sel
Oracle Essbase with Docker What is Docker: Docker is a tool which put together an application and all its dependencies together in the form of containers. This containerization aspect of Docker ensures that the application works in any environment. Docker is an open – source project that automates the deployment of application inside software container. Docker containers wrap up a piece of software in a complete file system that contains everything it needs to run. Docker vs VMs with reference to Essbase: Traditionally we were using VMs, Following are some issues in VMs with compare to Docker. • Large image size: Essbase VMs tend to have in at 50-70GB, depending on what all is installed. • Difficulties starting up services: When moving between networks, such as from home to a client network to the coffee shop or wherever, I frequently run into networking issues that are hard to troubleshoot and usually resolved by restarting the entire VM (and hopin