How to Manage users accounts in HP Vertica Database
HP Vertica database has one or more users as per each application needs. Users will require a type of authentication when they will log into the database.
Database users can create/own objects in the database or just have grants to view/select other users objects.
Type of database users in Vertica:
Dbadmin
Object Owner
Everyone else
Management Console user
How can we create an user in Vertica ?
the user account was create.
but as you can see the user account has no privileges but to connect to the database and also a new created user will only have the right to create temporary tables.
Next you need to grant USAGE to the PUBLIC schema to the user.
the USAGE privilege allows the user to access the objects in that schema but also individual access to the objects must be granted.
Would be ideally for you to create role and grant that role to the user as per each user profile. This way maintenance will be much easier to do and you will have more control over your environment.
Now we will see some basic activities that can be done with Vertica database user account
How to alter an user password in Vertica
How to lock or unlock an user account in Vertica database