Title: schedule Oracle stored procedure

i've got the answer, for all those wanting to know, it's :
dbms_job.submit (:jobnumber,'myproc(' 'proc_parameter' '); ',
SYSDATE,'NEXT_DATE(TRUNC(SYSDATE), ' 'friday' ') + 17/24') ;

(executes a SP every friday at 5pm)

if anyone has a better solution, please let me know ...


Atte.
Nelson Flores P.
Ingeniero Jefe de Proyectos
[EMAIL PROTECTED]
Fono (56-2) 2428374
---------------------------------------------------------------------------------------------------
Centro de tecnologías de Información  http://cti.intec.cl
Corporación de investigación Tecnológica - Intec http://www.intec.cl
---------------------------------------------------------------------------------------------------
Avda el condor 844 Ciudad Empresarial Huechuraba Santiago - Chile

Reply via email to