After creating database users, grant those users membership in one or more roles to provide the required database access privileges.
- From the client program of your choice, log on to Vantage as user DBADMIN.Related: CREATE ROLE
- Run a GRANT request similar to the following:
Grant "Role_1" To "GenUser1";
Related: GRANT (SQL Form)
- Repeat this procedure for each role to which a user requires membership.Related: GRANT (Role Form)