Summary
Workato is a process automation and data orchestration platform that can be used to orchestrate the refresh of multiple test Oracle databases.
This article originally appeared on Ron Ekins’ blog. It has been republished with the author’s credit and consent.
I recently had the opportunity to spend some time learning all about the Workato orchestration platform. After completing the Workato training paths and certifications, I decided it was time to take my newfound knowledge out for a spin.
In the short video at the end of this post, I’ll demonstrate how a Workato recipe can be used to orchestrate the refresh of multiple test Oracle databases by calling an Ansible playbook, utilising Oracle scripts and Pure Storage REST APIs, all from a Slack prompt.
What Is Workato?
Workato is an enterprise low-code/no-code process automation and data orchestration platform. Workato provides many out-of-the-box connectors for commonly used on-premises and SaaS solutions, including Slack, which I’ll be using here.
Oracle Database Environment
In my lab, I have a number of test Oracle databases running on multiple VMs, all using Pure Storage FlashArray™ block volumes. For this demo, each database has its own dedicated Oracle Home ( /u01 )and filesystems for data, redo and archive /u02 and /u03.

Modern Hybrid Cloud Solutions
Seamless Cloud Mobility
Unify cloud and on-premises infrastructure with a modern data platform.
Oracle Database Automation
In the video below, a Slack Workbot triggers a refresh of my six test Oracle databases when it sees an “Oracle refresh database” request.
The Workbot prompts for an Oracle database name and then initiates the database refresh, calling my Ansible ORCA playbook. The playbook performs the following steps:
- Rename of datafile and OS file systems
- Dynamic creation of scripts and required Oracle directories
- Shutdown of target database(s)
- Unmount of database filesystems
- FlashArray protection group snapshot of source volumes and overwrite of target volumes using REST APIs
- Remount of database filesystems
- Startup of target database(s)
- Rename of database(s) using Oracle DBNEWID (NID)
Elevate Your Oracle Data
Maximize your Oracle database potential with Pure Storage.