Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.24 KB | None | 0 0
  1.     BEGIN
  2.         DBMS_JOB.submit(l_jobno, 'begin other_pkg.other_proc; end;' );
  3.         DBMS_JOB.submit(l_jobno, 'begin other_pkg2.other_proc2; end;' );
  4.         DBMS_JOB.submit(l_jobno, 'begin other_pkg3.other_proc3; end;' );
  5.     END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement