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: PL/SQL Package

Re: PL/SQL Package

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Fri, 7 Jul 2006 11:07:39 -0400
Message-ID: <f-udnQXsWr8h5TPZnZ2dnUVZ_oKdnZ2d@comcast.com>

"Christian Schneider" <Dudeldd_at_gmx.de> wrote in message news:44ae7817$0$26254$9b4e6d93_at_newsread2.arcor-online.net...
: Hi,
:
: I have to create a package that "contains" the accesses to
: insert, delete, update, select on a certain table (Lets say "myTable")
:
: Sorry, can you give me a hint? I don't really grasp what they want me to
: do - I can create users and grant them the right to do an insert,
: delete, update or select on a certain table -
: but how can I do the above????
:
:
: Thanks in advance,
:
: Chris
:

How familiar are you with the commands:

CREATE OR REPLACE PACKAGE XXXX ... GRANT EXECUTE ON XXXX TO ... ++ mcs Received on Fri Jul 07 2006 - 10:07:39 CDT

Original text of this message

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