Implementation Guide for Oracle Self-Service E-Billing > Customizing User Management >

Customizing the Administrator User Password


A database administrator can customize the password validation rule for the Command Center administrator using a regular expression.

To customize the administrator user password

  1. Log on to the Oracle Self-Service E-Billing Oracle Self-Service E-Billing database instance using SQL*Plus (not as SYSDBA):

    OLTP schema username/OLTP schema password@EBILL TNS name

    where:

    • OLTP schema username is the name of the OLTP schema user.
    • OLTP schema password is the password of the OLTP schema user.
    • EBILL TNS name is the TNS name for the Oracle Self-Service E-Billing instance.
  2. Enter the following command. In this command, param_password_rule is the regular expression with the new password rule you want to implement:

    SQL>exec change_pwd_validate_rule(param_password_rule) ;

Implementation Guide for Oracle Self-Service E-Billing Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.