Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Other user table reference in database package
Faisal Qasim wrote:
> Dear all,
>
> We are trying to access another user's tables in a database package.
> Those tables are successfully accessible from SQL directly as well as
> through synonym and proper permission is there. Oracle 7.3.4 is being
> used.
>
> Why does another user tables cannot be accessed in db. package? Are we
> missing something.
>
> I would be grateful for any hints.
Well, since Sy won't answer this question I guess it's up to me to save the day !!!
Permissions granted to individual users via roles are not propogated in packages. You need to grant the privileges to the package as well.
>
>
> Regards
>
> Faisal Qasim
Received on Fri Aug 09 2002 - 00:21:17 CDT
![]() |
![]() |