Skip to content

Altipasswd

altipasswd#

About altipasswd#

altipasswd modifies the $ALTIBASE_HOME/conf/syspassword file. When database is not in service status, administrative job is executed by running iSQL with SYSDBA option. In this case, the password of SYS user is verified by reading the syspasswd file. Therefore, when SYS user's password is modified by using ALTER USER SQL statement, password of syspassword file should be equally modified by using altipasswd. If the password of the SYS user and syspassword are not identical, error will occur when SYSDBA tasks, such as starting up and shutting down the database, are performed.

altipasswd

Syntax#

Description#

Changes the password of the SYS user.

Example#

To change the password of the SYS user from "manager" to "manager1234", type the following at a shell prompt:

$ altipasswd
Previous Password : manager
New Password : manager1234
Retype New Password : manager1234