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: DBMS_JOB

Re: DBMS_JOB

From: Thomas J. Kyte <tkyte_at_us.oracle.com>
Date: 1997/02/14
Message-ID: <3303d0c8.5044733@nntp.mediasoft.net>#1/1

the best docs for this are the specification found in $ORACLE_HOME/rdbms/admin/dbmsjob.sql or by querying the system table

select text
from all_source
where name = 'DBMS_JOB'
and type = 'PACKAGE'
/

all init.ora's etc are listed in there...

On Thu, 13 Feb 1997 16:14:34 -0500, jmj22026_at_glaxowellcome.com wrote:

>Does any one know where I can get information about
>the Oracle package DBMS_JOB. Especially how to set
>the init.ora file and any more information. A
>white paper would be ok.
>
>John Jones
>Oracle Consultant
>jmj22026_at_glaxowellcome.com

Thomas Kyte
Oracle Government
tkyte_at_us.oracle.com                          

http://govt.us.oracle.com


statements and opinions are mine and do not necessarily reflect the opinions of Oracle Corporation Received on Fri Feb 14 1997 - 00:00:00 CST

Original text of this message

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