Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

PROVISIONING_LOG

Col #

Column NameData TypeField LengthNot 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.

  • No labels