Administration Guide for Oracle Self-Service E-Billing > Enrolling and Logging In to the Command Center >
Deactivating and Reactivating the Bootstrap Administrator ID in the Command Center
You can deactivate and reactivate the bootstrap administrator's Command Center ID when needed. To deactivate or reactivate the bootstrap administrator ID
- Log into the Oracle Self-Service E-Billing instance using SQL*Plus, not as SYSDBA:
OLTP schema user_name/OLTP schema password@EBILL TNS name
where:
- OLTP schema user_name 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.
- To deactivate the bootstrap administrator's ID, run the following command:
SQL>exec EDX_PKG_BOOTSTRAPUSER.DISABLE_CC_DEFAULT_ADMIN
SQL>commit;
To reactivate the bootstrap administrator's ID, run the following command:
SQL>exec EDX_PKG_BOOTSTRAPUSER.ENABLE_CC_DEFAULT_ADMIN
SQL>commit;
|