
Database Schema Reference
Table
Name | Index Null? | Type | Description |
|
|
|
|
ACTIVEPAGE | NOT | NUMBER(38) | The number of active memory pages for |
| NULL |
| the engine. |
ALLOCATEPAGE | NOT | NUMBER(38) | The number of allocated memory pages |
| NULL |
| for the engine. |
|
|
|
|
Table | WFHProcAttribLog |
|
|
|
Name | Index Null? | Type | Description | |
|
|
|
| |
PROCESSID |
| NUMBER(38) | Unique identifier for the process instance | |
|
|
| in which this process attribute occurs. | |
ATTNAME |
| VARCHAR2(64) | Name of the process attribute. | |
ATTTYPE |
| NUMBER(38) | Type of the attribute: | |
|
|
| 1 | – IntegerData |
|
|
| 2 | – TextData |
|
|
| 3 | – BooleanData |
|
|
| 4 | – DateTimeData |
|
|
| 5 | – DoubleData |
|
|
| 6 | – IntervalData |
|
|
| 7 | – DecimalData |
|
|
| 8 | – XmlData |
ATTSEGMENTID | NUMBER(38) | Internal use only. | ||
ATTSEGLENGTH | NUMBER(38) | Internal use only. | ||
ATTVALUE |
| VARCHAR2(255) | New value of the attribute. | |
STATE |
| NUMBER(38) | New state of the process attribute: | |
|
|
| 1 | – Instantiation |
|
|
| 0 | – Value change |
|
|
| ||
LOGTIME |
| DATE | Time of this logging. | |
|
|
|
|
|