RATING_SESSION
Description
Technical Data
| Schema Version |
4.5.12 |
| Tablespace |
SESSION_RATING_DATA |
| Partitioned |
Yes, when you use the partitioning scheme and corresponding SQL scripts |
Summary
The RATING_SESSION table is defined by the
following columns.
See the column details for more information.
Column Details
SUAC_OID
| Definition |
The Subscriber Account ID |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
UK_RATING_SESSION |
SESSION_ID
| Definition |
The Session ID |
| Type |
VARCHAR2(256 CHAR), NOT NULL |
| Available Index |
UK_RATING_SESSION |
NEXT_CLEANUP_DATE
| Definition |
The next cleanup date of the subscriber account |
| Type |
DATE, NOT NULL |
SESSION_DATA
| Definition |
The history of the subscriber account |
| Type |
BLOB, NULL |
PARTITION_ID
| Definition |
The partition of the subscriber account |
| Type |
DECIMAL(4), NOT NULL |
| Available Index |
UK_RATING_SESSION |
SCN
| Definition |
The Session Change Number |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
UK_RATING_SESSION |
CCN
| Definition |
The Commit Change Number |
| Type |
DECIMAL(28), NOT NULL |
Index Details
The following database indexes are available in the
RATING_SESSION database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
UK_RATING_SESSION
| Indexed Column(s) |
PARTITION_ID,SUAC_OID,SESSION_ID,SCN |
| Unique |
Yes |
| Partitioned |
Yes |
| Tablespace |
SESSION_RATING_INDX |