Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/10/2006, 12:05
lidmartins
 
Fecha de Ingreso: octubre-2005
Mensajes: 69
Antigüedad: 19 años
Puntos: 0
Hola a todos…

Con respecto a mi pregunta anterior ya solucione el problema , quedo de la siguiente manera:

Cita:
begin
sys.dbms_job.submit(job => :job,
what => 'PKG_COMP.verificar;',
next_date => to_date('10-10-2006 04:00:00', 'dd-mm-yyyy hh24:mi:ss'),
interval => 'TRUNC(SYSDATE)+ 1 + 4/24');
commit;
end;
/
ciao!
__________________
Ana Martins