Change user password in HANA Express

Published at

#sap

This TIL is more than a year old. Some details may have changed.

SHELL
$ hdbsql -i 90 -d systemdb -u SYSTEM
SHELL
$ alter user XSA_DEV password <new password>;