Change Password for Oracle Dbconsole

  1. Connect to the DBconsole (https://:1158/em).

  2. Login to the DBconsole as the administrator (User Name=SYS / Password=voipadmin) and “Connect As = SYSDBA”.

  3. Click the “Server” button near the top of the page.

  4. Click the “Users” button in the “Security” section of the page.

  5. Select the user and then click the “Edit” button.

  6. Enter/Confirm the new password for user.

  7. Click Apply.

  8. Edit the DBPassword in the $NexOSS_HOME/etc/NexOSS.etc file.

    Example:

    $ cd $NexOSS_HOME/etc
    $ vi NexOSS.etc
    ~
    JDBCDriver=oracle.jdbc.driver.OracleDriver
    DBConnectURL=jdbc:oracle:thin:@localhost:1521:dbname
    DBUser=current-db-user
    DBPassword=current-db-password