Re: GRANT Help

From: Raj Kumar Yama <yama_at_wiliki.eng.hawaii.edu>
Date: 1996/05/15
Message-ID: <DrF7Cn.Kqy_at_news.hawaii.edu>#1/1


Chakravarthy Nalamotu (kittu_at_gis.eng.hawaii.edu) wrote:
: The procedure that I follow right now is
: GRANT ALTER, SELECT
: ON owner.object1
: TO role1
: GRANT ALTER, SELECT
: ON owner.object2
: TO role1
 

    As far as I know, U can grant several privileges at once instead of

	granting privileges separately.  U can enter all the privileges
	separated by commas.  Here is the format...

	GRANT ALTER, SELECT
	      ON object1, object2, object3, object4,......         
	      TO role1;

	I know this wud take lot of time, but i guess, this is the only
	way to achieve this...  

	Hope this wud help...

	Cheers

	-Raj


		
Received on Wed May 15 1996 - 00:00:00 CEST

Original text of this message