Alter password using JDBC

"Mario Huetten" <[email protected]> Thu, 18 Sep 2003 14:03:58 +0200
Newsgroups gmane.comp.db.sapdb.general
Message-ID <000d01c37ddc$f63e21d0$5c01a8c0@ACERMARIO>
Hello,

we have a problem changing a password by using JDBC. The Connection to
the Database was established with the USER "DBA". Trying to change the
password of the user "TEST" with the preparedStatement "ALTER PASSWORD
TEST abc" results in error code -5001: Missing privilege. Connecting to
Database with SQL-Studio with the user "DBA" and changing the password
works fine.

Any hints ?

Thanks, Mario