DBA Hub

📋Steps in this guide1/1

Copy scheduler job from one user to other

Below will copy job my_job_2 from user scott to dbaclass.

oracle configurationintermediate
by OracleDba
14 views
1

Copy scheduler job from one user to other

Below will copy job my_job_2 from user scott to dbaclass.

Code/Command (click line numbers to comment):

1
exec dbms_scheduler.copy_job('SCOTT.MY_JOB_2','DBACLASS.MY_JOB_2');

Comments (0)

Please to add comments

No comments yet. Be the first to comment!