@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.