Copy DBMS scheduler job from one user to other

COPY command is used to copy the dbms scheduler jobs

Following example copy the MY_JOB from SCOTT user to HR User

exec dbms_scheduler.copy_job('SCOTT.MY_JOB','HR.MY_JOB');

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.