Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> grant priveledges to for multiple tables
My DBA created a user role titled role_foo. She will soon give me the
capability to grant priveledges too.
Say I have the tables named in my database: FRED, BARNEY, WILMA, BETTY. I know I can issue the statement:
grant select, update, delete, insert on FRED to role_foo;
Can issue the following statement? If I can't is there an easy way to issue priveledges to multiple tables?
grant select, update, delete, insert on FRED, BARNEY, WILMA, BETTY to role_foo;
brian
--
Brian E. Lavender
US Army Corps of Engineers -- Programmer / Systems Analyst
Sacramento, CA (916) 557-6623
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Wed Dec 09 1998 - 13:44:07 CST
![]() |
![]() |