Azure logic apps for scheduling Batch jobs in oracle database

Vijay 21 Reputation points
2021-07-16T05:49:16.563+00:00

We want to migrate an existing Oracle database on Solaris on-prem to Azure Linux.

There are quite a few Batch jobs running on existing on-prem database which are scheduled through ESP scheduler which is an IBM product.

As we are moving completely to Azure linux, we would like to schedule the same Oracle Batch jobs from Azure logic apps.

Could you please let us know the procedure to implement this, the connectors we can use and the process to be followed ect.

Thanks,
Vijay

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,904 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,141 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pramod Valavala 20,626 Reputation points Microsoft Employee
    2021-07-20T08:28:13.88+00:00

    @Vijay I'm not exactly familiar with how Oracle Batch Jobs work but some quick research seems to suggest that you just need to use SQL Queries.

    If that is the case, you can just use the Oracle Connector's Execute a Query or Execute a Stored Procedure from a Logic App that is triggered using a recurrence schedule.

    If it's more complex than that, you could use Azure Functions with a Timer Trigger and have custom code to work with Oracle Batch Jobs.

    Also, if applicable, a simple solution would be to just have a CRON Job on your Linux VM that runs a script.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.