Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Packages, stored procs and grants...
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
![]() |
![]() |