Update user authorization utility

We can use the updateua utility to update the database user authorizations for a user or schema on a WebSphere Commerce database. We can use this utility in any environment to update user authorizations to grant or revoke authorization for any database object that you own.

When you, or another user, updates the schema to add or change tables for a new feature, some users might not have authorization for the new tables. If we are an owner of the new or changed database objects, we can use this utility to grant authorization for users to access the schema changes.


Parameter values


Example 1

Runtime environmentGrant authorization to user "db2inst1user" on tables, views, functions, and procedures within the schema "db2admin", which is owned by "db2admin".


Example 2

Runtime environment Grant authorization to user "db2inst1user" on tables, views, functions, and procedures within the schema "wcs", which is owned by "db2admin".


Related tasks
Running utilities from the Utility server Docker container