Administration Guide for Oracle Self-Service E-Billing > Enrolling and Logging In to the Command Center >
Deactivating and Reactivating the Secure Administrator ID
You can deactivate and reactivate the secure administrator ID when needed. To disable or reactivate the secure Command Center administrator ID
- Log on to the Oracle Self-Service E-Billing OLTP instance using SQL*Plus (not as SYSDBA):
OLTP schema username/OLTP schema password@OLTP 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.
- OLTP TNS name is the TNS name for the OLTP instance.
- To deactivate the secure administrator ID, run the following command:
SQL>exec disable_cc_default_admin;
To reactivate the secure administrator ID, run the following command:
SQL>exec enable_cc_default_admin;
|