I am working on a migration project from Oracle to PostgreSQL.
I’m trying to transfer Oracle’s job scheduler.
After searching on the Internet, I found out that there is an extension called pg_cron and an extension called dbms_job.
Please guide me which of the two methods is better to use. Also, explain the difference between pg_cron and dbms_job.
Thanks,
New contributor
DoKyeong Yoon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.