Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: GRANTing priveleges to a user?
akshaysalkar_at_joymail.com (DukeNM) wrote in message news:<f987cd53.0202120330.25ca7f2a_at_posting.google.com>...
> What does this do?
> GRANT INSERT, UPDATE, DELETE, SELECT
> ON customers
> TO lellison;
>
> i am currently in the user/schema practice09.
This will grant the rights specified to lellison If you own those tables or have select rights with grant option on them If not even as sysdba you will not be able to grant select to someone else's tables Michael Ngong(Sr DBA) Received on Tue Feb 12 2002 - 09:50:32 CST
![]() |
![]() |