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.
DB2 does not check is user exists when executing grant
Hi,
when executing grant command on db2 v9.5 database does not check if that user exists on system. For example if user is not set at time of grant and then sysadmin creates new user with the same userid then that user can get unattented privilages.
Is there any way to tell DB2 to check if user exists when grant is executed?
Regards