If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Procedure Privilages

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-02-04, 19:43
deepakatfre deepakatfre is offline
Registered User
 
Join Date: Jun 2004
Posts: 32
Procedure Privilages

Hi
This is on UDB verion 8.01.005
How do I get to know the exiting Procedure Privilages

As to which groups have access to execute the procedures.


Thanks
Reply With Quote
  #2 (permalink)  
Old 10-04-04, 16:44
rubystep rubystep is offline
Registered User
 
Join Date: Sep 2003
Posts: 85
paehowun57:/home/insgipdm/sqllib> db2 describe table syscat.routineauth

Column Type Type
name schema name Length Scale Nulls
------------------------------ --------- ------------------ -------- ----- ------
GRANTOR SYSIBM VARCHAR 128 0 No
GRANTEE SYSIBM VARCHAR 128 0 No
GRANTEETYPE SYSIBM CHARACTER 1 0 No
SCHEMA SYSIBM VARCHAR 128 0 No
SPECIFICNAME SYSIBM VARCHAR 128 0 Yes
TYPESCHEMA SYSIBM VARCHAR 128 0 Yes
TYPENAME SYSIBM VARCHAR 128 0 Yes
ROUTINETYPE SYSIBM CHARACTER 1 0 No
EXECUTEAUTH SYSIBM CHARACTER 1 0 No
GRANT_TIME SYSIBM TIMESTAMP 10 0 No

So, you could issue a select against syscat.routineauth with grantee.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On