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: Can you pass a table name into a stored procedure?

Re: Can you pass a table name into a stored procedure?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sun, 18 Dec 2005 16:59:39 +0100
Message-ID: <tn1bq19unu126ae829k5v5iuqcfdkcqi41@4ax.com>


On 18 Dec 2005 08:25:01 -0600, Galen Boyer <galen_boyer_at_yahoo.com> wrote:

>I believe the point was that creation of procedures is a more powerful
>privilege than creation of views. Views are used to read. Procs are
>used to update.

The latter statement is probably not readily true in a reporting environment, where procedures return REF CURSORs. Remember also sql server aficionados never run direct sql, but always use stored procedures returning REF CURSORs.

--
Sybrand Bakker, Senior Oracle DBA
Received on Sun Dec 18 2005 - 09:59:39 CST

Original text of this message

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