
Database Schema Reference
Table
Name | Index | Null? | Type | Description |
|
|
|
|
|
SESSIONID | ✔ | NOT | NUMBER(38) | Identifier for the session between the |
|
| NULL |
| engine and client application. |
ATTNAME |
| NOT | VARCHAR2(64) | Name of a process attribute in the |
|
| NULL |
| session. |
ATTTYPE |
| NOT | NUMBER(38) | The type of the process attribute. |
|
| NULL |
|
|
ATTSEGMENTID |
| NOT | NUMBER(38) | Internal use only. |
|
| NULL |
|
|
ATTSEGLENGTH |
| NOT | NUMBER(38) | Internal use only. |
|
| NULL |
|
|
ATTVALUE |
| NOT | VARCHAR2(255) | The value of the attribute (in text |
|
| NULL |
| format). |
SETNUMBER | ✔ | NOT | NUMBER(38) | Internal use only. |
|
| NULL |
|
|
|
|
|
|
|
Table B-19 WFHSession
Name | Index | Null? | Type | Description |
|
|
|
|
|
ID | ✔ | NOT | NUMBER(38) | Unique identifier for this client session. |
|
| NULL |
|
|
SESSNAME |
|
| VARCHAR2(64) | The session name. |
USERNAME |
|
| VARCHAR2(64) | The user name of the user on the session. |
PROFILENAME |
|
| VARCHAR2(64) | The profile name of the user on the |
|
|
|
| session. |
STATE |
|
| NUMBER(38) | The state of the session: |
|
|
|
| 210 – WFSession.ACTIVE |
|
|
|
| 220 – WFSession.SUSPENDED |
SESSMODE |
|
| NUMBER(38) | Internal use only. |
SESSTXID |
|
| VARCHAR2(255) | The transaction ID, used only in iIS |
|
|
|
| |
OTHERINFO |
|
| VARCHAR2(64) | The otherInfo attribute associated with a |
|
|
|
| user profile. |
|
|
|
|
|
Appendix B Engine Database Schema 343