Home > database >  Copy SQL Server Scheduled Jobs to Oracle Scheduler
Copy SQL Server Scheduled Jobs to Oracle Scheduler

Time:03-03

I have a requirement of migrating from SQL Server to Oracle 19C. Data migration is done and now I want to know whether there is a mechanism in Oracle to copy SQL Server scheduled job to Oracle Scheduler?

CodePudding user response:

Non, there is not. You have to understand what each work do and traduce it in the ways of Oracle do, then schedule the work with Oracle Scheduler.

  • Related