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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Procedure to run an application everyday.

Re: Procedure to run an application everyday.

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 31 Mar 2006 08:57:34 -0800
Message-ID: <1143824242.70386@yasure.drizzle.com>


TR wrote:
> Hi,
> I am working on Cognos Decision Stream. I need to run a job stream on a
> daily basis which contains fact builds. I do not have much knowledge
> of pl/sql. In decision stream I have a sysdate function. I want to run
> this job stream every day whenever the sys date changes.
> Can any one please guide me how to do this? I would really appreciate
> your help.
>
> Thank you.
>
> TR.

And your Oracle version is?

In 9i or before use the built-in DBMS_JOB package. In 10g use DBMS_SCHEDULER.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Fri Mar 31 2006 - 10:57:34 CST

Original text of this message

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