Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 9.2.0.4 - RHEL3
Tom wrote:
> Hi
>
> I have a user, USER A, and i have another user, USER B and i need to
> grant USER A access to do selects on USER B's tables.
>
> Is that possible and how?
>
> thanks
GRANT SELECT ON <table_name> TO <user B>;
Full syntax and examples at www.psoug.org
click on Morgan's Library
click on Object Privileges
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Tue Aug 09 2005 - 14:20:31 CDT
![]() |
![]() |