| Schema Version | 4.5.2 | |
| Tablespace | BART_DATA | |
| Partitioned | No | |
The ACQUISITION_SESSION table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by |
|---|---|---|---|---|---|
| OID | PK_ACQUISITION_SESSION | The unique ID of the CDR acquisition session
|
|||
| START_DATE | The start date of the acquisition session
|
||||
| DURATION | The duration of the acquisition session
|
||||
| NB_CDR_NEW | The number of CDRs with the status "new" or "no_provisioning"
|
||||
| NB_CDR_DUPLICATE | The number of CDRs with the status "duplicated"
|
||||
| NB_CDR_CONSOLIDATE | The number of CDRs that were successfully consolidated during the batch acquisition
|
||||
| SOURCE | The source of the acquisition session. For example, a file or a downstream system.
|
||||
| DESCRIPTION | The comprehensive description of the acquisition session
|
||||
| ACQUISITION_MODE | The mode of the acquisition
|
||||
| STATUS | The current status of the CDR acquisition session
|
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique ID of the CDR acquisition session |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_ACQUISITION_SESSION |
| Definition | The start date of the acquisition session |
| Type | DATE, NOT NULL |
| Definition | The duration of the acquisition session |
| Type | DECIMAL(28), NULL |
| Definition | The number of CDRs with the status "new" or "no_provisioning" |
| Type | DECIMAL(28), NULL |
| Definition | The number of CDRs with the status "duplicated" |
| Type | DECIMAL(28), NULL |
| Definition | The number of CDRs that were successfully consolidated during the batch acquisition |
| Type | DECIMAL(28), NULL |
| Definition | The source of the acquisition session. For example, a file or a downstream system. |
| Type | VARCHAR2(2000 CHAR), NULL |
| Definition | The comprehensive description of the acquisition session |
| Type | VARCHAR2(2000 CHAR), NULL |
| Definition | The mode of the acquisition |
| Type | DECIMAL(1), NOT NULL |
| Default | 0 |
| Definition | The current status of the CDR acquisition session |
| Type | DECIMAL(1), NOT NULL |
| Default | 0 |
See the primary key information:
| Column(s) | OID |
| Tablespace | BART_INDX |