DBeaver Documentation

DOWNLOAD pdf

Change current user password

DBeaver can change credentials for the current database user.

Databases that support this feature:

  • PostgreSQL
  • Greenplum
  • Cockroach
  • Redshift
  • Netezza
  • SQL Server
  • Oracle
  • Exasol
  • Snowflake
  • Vertica

Changing expired user password

Different databases perform password management for users in different ways. For some of them, you can change the user password after the expiration date. It works for Oracle, PostgreSQL, and Netezza databases.

For the rest, database users must change the password before the expiration. Otherwise, it will be impossible to do it in DBeaver.

How to change the user password

You can change the current user password in the Navigation Tree according to the instructions below:

  1. Connect to the database.
  2. Open the context menu by right-clicking on the connection in the Navigation tree.
  3. Select a "Security" point and click on a "Change user password" point in a sub-menu.

  1. When a new password input dialog opens, enter and confirm the new password.

  1. Confirm the password changes. (This dialog will not appear if the entered password is incorrect).

The password has been changed.

Did we resolve your issue?