Table:
USER_PASSWORD
|
Table Name
|
USER_PASSWORD |
| Table Description |
The USER_PASSWORD table contains the history of passwords of the users. Password history is stored only when advanced password
management is enabled.
|
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The USER_PASSWORD database table is defined by the following columns.
Column: USER_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: HCI_USER
- Foreign field(s): OID
|
| Index(es) |
IX_PASSWORD
|
| Column Description |
The identifier of the user. |
Column: PASSWORD
| Value Type |
VARCHAR(1000), NOT NULL |
| Column Description |
The password of the user. |
Column: CHANGE_DATE
| Value Type |
DATE, NOT NULL |
| Column Description |
The date when this password was changed. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.