How to check DB2 SYSADM or SYSCTRL authorization for a user.
I need to verify user/password by means of DB2 authority to create/drop database. Is there any specific command for this?
I need to verify user/password with a command that tells whether the user has the authority to create and drop database (means attempt to validate before firing database Create command) or not.
1 Answer