Previous Topic

Next Topic

Book Contents

Changing the CIS administration database connection information

  1. Log off from CIS Administration.
  2. In the Oracle database software, change the password for the CIS Administration Database User.
  3. Log on to a CIS server.
  4. Open a Windows command prompt from the root of the installation directory.
  5. Type the following command:

    UpdateCAPassword Instance User Password

    For example, if your password is CISADMINDB, the following command changes the CIS password to NEWPASSWORD for the Oracle instance DEV5.WORLD:

    UpdateCAPassword DEV5.WORLD CISADMINDB NEWPASSWORD

  6. Restart IIS by entering the following command from a Windows command prompt:

    iisreset

Important: If your configuration uses a pool of load-balanced CIS servers sharing the same CIS database, you must make the changes on every load-balanced server.

Important: Any attempt to log in to CIS Administration after the password change might lock the CIS administration database user, causing an error to occur when you log in. To unlock the user, run the following SQL*Plus command as Oracle system user:

alter user user account unlock

Copyright © 2002, 2016 Oracle and/or its affiliates. All rights reserved.