Entering content frameSyntax documentation sapdba -alter_user Locate the document in its SAP Library structure

Use

You can use this SAPDBA command with the Oracle database to change database user passwords.

Recommendation

We strongly recommend you to use the BRCONNECT equivalent function -f chpass instead of this SAPDBA command. The reason is that we will in future no longer develop the SAPDBA functions, whereas BRCONNECT functions will always be fully up-to-date.

Syntax

To change the password for a database user, enter the following command:

sapdba -alter_user <name>/<pwd>

For more information, see Changing Database User Passwords.

Leaving content frame