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.
I thought I could check the authorization level for a user by just looking at the sysibm.SYSUSERAUTH table.
However, Express C version DB29v7 does not contain the column AUTHHOWGOT. On other version of DB2 this column will indicate if the user is DBADM, SYSCTRL, DBMAINT, etc.
Anyone how I check the authorization level in Express C?
Look in the Appendix of the SQL Reference Vol 1, which contains a description of the catalog views (SYSCAT schema). Check out all the catalog views with AUTH in them to find what you need. https://www-304.ibm.com/support/docv...id=swg27015148
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Look in the Appendix of the SQL Reference Vol 1, which contains a description of the catalog views (SYSCAT schema). Check out all the catalog views with AUTH in them to find what you need. https://www-304.ibm.com/support/docv...id=swg27015148
There are nine in the auth tables in the syscat none of them give me the authorization level which is what prompted the question.