Groups
PROVISIONING_LOG
Col # | Column Name | Data Type | Field Length | Not Null? | Data Def. | Comments |
---|---|---|---|---|---|---|
1 | ID | NUMBER | 22 | N | Primary key | |
2 | PROVISIONING_TASK_ID | NUMBER | 22 | Y | Provisioning task to which the log belongs | |
3 | TIME_STAMP | DATE | 7 | Y | Time of log recording | |
4 | REQUEST | VARCHAR2 | 4000 | Y | Request sent | |
5 | RESPONSE | VARCHAR2 | 4000 | Y | Response received from network | |
6 | OPERATOR | VARCHAR2 | 50 | Y | ||
7 | REQUEST_TYPE | VARCHAR2 | 25 | Y | ||
8 | PROVISIONING_REQUEST_ID | NUMBER | 22 | Y | References PROVISIONING_REQUEST table |
Log information of all requests sent to the provisioning gateway.