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