View previous topic :: View next topic |
Author |
Message |
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Tue Jul 08, 2003 3:48 pm Post subject: sql command to get the id's which have privileges on plan |
|
|
Hi,
Is there any sql command that lists the id's that have privileges to access the particular plan..
Thanks
Anand |
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Jul 09, 2003 9:49 am Post subject: |
|
|
SELECT * FROM SYSIBM.SYSPLANAUTH WHERE NAME = 'MYPLAN'; |
|
Back to top |
|
|
Anand_R Intermediate
Joined: 24 Dec 2002 Posts: 189 Topics: 60
|
Posted: Wed Jul 09, 2003 12:02 pm Post subject: |
|
|
Thanks for your help Bithead...Infact I tried for that command, but I don't even have authorization to access that table.. I do have for other catalog tables.. Is there anyway that I can find out , what are all catalog tables that I do have access by my id..
Thanks |
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Jul 09, 2003 12:11 pm Post subject: |
|
|
That is the only way that I know of. |
|
Back to top |
|
|
|
|