RE: Can't create job...

2002-10-10 Thread moyam
Title: Can't create job... Like the previous mail, add a semi-colon at the end of the PROBLEM_MELDING (i.e. 'PROBLEM_MELDING;')   -Original Message-From: Daiminger, Helmut [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 10, 2002 10:58 AMTo: Multiple rec

Can't create job...

2002-10-09 Thread Daiminger, Helmut
Title: Can't create job... Hi! I'm experiencing a weird problem here... Why can't I create this job??? SQL> variable jobno number; SQL> begin   2  dbms_job.submit(:jobno, 'PROBLEM_MELDUNG', sysdate, 'sysdate+1/3600');   3  commit;   4  end;   5  /