setPassword method

Sets the database password.

Syntax
Configuration Configuration.setPassword(
  String password
) throws ULjException
Parameters
  • password   A password for a new database, or the password to gain access to an existing database.

Remarks

The password is used to gain access to the database, and must match the password specified when the database was created. The default is "dba".

Returns

This Configuration object with the password set.