Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> easy dbms_job.submit question

easy dbms_job.submit question

From: <elee3_at_my-deja.com>
Date: Fri, 21 Jan 2000 18:07:27 GMT
Message-ID: <86a78h$bqe$1@nnrp1.deja.com>


I typed this script in SQL/PLUS, but got INCOMPATIBLE DATA TYPE ERROR on the first line. Why?

DECLARE ijob INTEGER;
BEGIN
DBMS_JOB.SUBMIT(ijob, 'F:
\ORANT\BACKUP\LXOF\BACKUPSCRIPT\LXOFBACKUP.SQL', sysdate,1, true); END; When I start a thread on the discusion group, got a reply in my email, but I don't know how to find it in deja.com. Am newbie in discussion groups. Thanks.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Jan 21 2000 - 12:07:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US