- From the client program of your choice, log on to Vantage as DBADMIN.
- Run a GRANT request similar to the following:
GRANT privilege ON database_object_name TO username;
- privilege
- Privilege to grant to the user.
- database_object_name
- Database object on which to grant privilege to user.
- username
- User to whom to grant privilege on database object.