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 -> Packages, stored procs and grants...

Packages, stored procs and grants...

From: Kevin Skaalrud <kevin_skaalrud_at_neptune.serca.com>
Date: Tue, 11 Aug 1998 14:36:36 -0700
Message-ID: <35D0B964.2A5358E1@neptune.serca.com>


I have created a package that has two
functions, and some initalization code.

User x created the package and package body.

User x granted execute to user y.
User x created a synonym to userx.package & granted execute to user y.

Everything seemed to go ok. However, user y gets a invalid column name when he performs:

select synonym.funct from dual;

               *

Are there some grants that I am missing?

Thanks in advance.

Kevin Skaalrud. Received on Tue Aug 11 1998 - 16:36:36 CDT

Original text of this message

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