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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to schedule an execution in PL/SQL

RE: how to schedule an execution in PL/SQL

From: Atul Kumar Srivastav <Atul_at_SOFTEK.CO.IN>
Date: Tue, 20 Aug 2002 05:53:24 -0800
Message-ID: <F001.004B9C9D.20020820055324@fatcity.com>


write a procedure (p1) to check the condition and based upon the condition call packaged procedure (p.p2) from it.

use dbms_job to schedue the execution of procedure p1.

Atul

-----Original Message-----
Sent: Tuesday, August 20, 2002 6:03 PM
To: Multiple recipients of list ORACLE-L

Any idea how to schedule the execution of a PL/SQL package? and if a certain

condition is acomplished to execute again (later in the night) the same package until the same condition is not anymore fulfilled?

In PL/SQL not using a script for the operating system for example.

Ciprian MAFTEI
Telequote Network
Computer Systems Analyst

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: mac
  INET: mac_at_telequote.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Atul Kumar Srivastav
  INET: Atul_at_SOFTEK.CO.IN
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Aug 20 2002 - 08:53:24 CDT

Original text of this message

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