Changing the database password (ChangeDbPassword)
To change the password on the database, specify the ChangeDbPassword keyword
when executing the icosadmin utility. The icosadmin utility,
when specified with the ChangeDbPassword keyword,
changes the database password only when ITNCM - Base tries to log
into the database. This procedure works for both Oracle and DB2 databases.
Syntax
./icosadmin ChangeDbPassword -u Database username -p Current database password
-n New database passwordParameters
- ChangeDbPassword
- Specifies the keyword that instructs the
icosadminutility to change the database password. - Database username
- Specifies the name of the database user whose associated password is to be changed.
- Current database password
- Specifies the current database password that is to be changed.
- New database password
- Specifies the new database password to be associated with the user specified in Database username.