after changing the procedure to print using utl_file or insert into table you can submit it by
variable x number;
exec dbms_job.submit(:x,'print_name;',trunc(sysdate),'trunc(sysdate)+30/24/60/60');
commit;
'trunc(sysdate)+30/24/60/60' to run every 30 seconds




Reply With Quote