Changing the password for a SharePlex user is a two staged process. The first stage involves changing the password in the connections.yaml file by running the connection commands for setting the username and the password respectively. The second stage involves changing the password in the database by issuing the command "alter user identified by <password>". Here are the details:
The sp_ctrl command “connection” can be used to change the password for SharePlex user as recorded in the connections.yaml file. Here is an example:
connection o.SID1 set user=myuser
connection o.SID1 set password=mypassword
This will result in login credentials for SharePlex user to be updated in the connections.yaml file. However, for the change to be recognized by the database, you will need to carry out the following steps:
SQL>alter user <myuser> identified by <mypassword> (where the myuser and mypassword refer to the user and the password respectively)
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center