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: sql plus error - usage message

Re: sql plus error - usage message

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Wed, 01 Oct 2003 22:34:53 +0200
Message-ID: <tgemnvsle4guv9visprb9pcp4m3p9101tp@4ax.com>


On Wed, 1 Oct 2003 13:05:15 -0500, "Pat" <miapjp_at_chartermi.net> wrote:

>I've not heard of DBMS_JOB, I'll have to research it and see if we have it
>installed (I'm assuming it's a utility?)

It is a procedure you get with all versions of Oracle. They are documented in the Oracle Supplied Procedures manual.
>And as for calling a stored procedure.....they're lovely except that to test
>anything means (I've been told) you need explicit rights (not roles) to all
>the object in the stored procedure and I've never been able to use one
>without having to go through days of figuring out permissions........
>

Nonsense. Usually the owner of the tables and the stored procedures are identical. No explicit permissions needed

>I'm modifying this code and as to why it's done this way....who knows? The
>analyst and I decided to put it into the C++ program that the script calls,
>that's where the other work on this table is being done.
>
>Thanks all!
>
>Pat

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Oct 01 2003 - 15:34:53 CDT

Original text of this message

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