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 -> Re: Help getting an EXECUTABLE to run under DBMS_SCHEDULER

Re: Help getting an EXECUTABLE to run under DBMS_SCHEDULER

From: GeoPappas <PappasG_at_gmail.com>
Date: 21 Dec 2005 11:01:17 -0800
Message-ID: <1135191677.655846.315750@g43g2000cwa.googlegroups.com>


Thanks so much for the reply. I tried out your solution and it works (as you reported).

The ambiguity is with the Oracle docs. In chapter 93 (yes, you read that correctly!) of the OracleŽ Database PL/SQL Packages and Types Reference 10g Release 2 (10.2) Part Number B14258-01 (which deals with the DBMS_SCHEDULER package), within the CREATE_JOB Procedure it states the following:

"For an executable, the action is the name of the external executable, including the full path name and any command-line arguments."

This text makes it seem like you can pass in arguments along with the external executable as part of the PROGRAM_ACTION parameter.

Thanks for clarifying that... Received on Wed Dec 21 2005 - 13:01:17 CST

Original text of this message

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