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

Home -> Community -> Usenet -> c.d.o.tools -> Re: How can I run a procedural in scheduling?

Re: How can I run a procedural in scheduling?

From: <xmark.powell_at_eds.com.x>
Date: 21 May 2001 13:36:55 GMT
Message-ID: <9eb5ln$f99$1@news.netmar.com>

In article <9edlpv$2dkf$1_at_news.itri.org.tw>, Eric <maw_at_tpts5.seed.net.tw> writes:
>Dear All:
> I had a procedural need to run day by day? Had any way to solve it?
>I had find a procedural dbms_aqadm.schedule_propagation. But when I Use
>it,Oracle always had error message "dbms_aqadm.schedule_propagation Not
>Declare!!".
>
>example:
>EXECUTE dbms_aqadm.schedule_propagation( queue_name => 'BOLADM.test');
>
>
>Eric
>
>

The Enterprise edition Advanced Queing option is a store and forward messaging system and I am not sure it is what you want to be using to run a job, which is what your first line said you wanted to do.

Have you looked at the dbms_job package. This package can be used to schedule and execute stored procedures.

Received on Mon May 21 2001 - 08:36:55 CDT

Original text of this message

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