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
Below will copy job my_job_2 from user scott to dbaclass.
1
exec dbms_scheduler.copy_job('SCOTT.MY_JOB_2','DBACLASS.MY_JOB_2');Please to add comments
No comments yet. Be the first to comment!