In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key
Table GCX_LOGIN_INFO
This table stores information about the associations of agent to agent logins, including terminated associations.
Note: In a SIP Cluster environment, this table might not be populated because the objects about which this table typically stores information are not required. However, if the objects usually recorded in this table are created in the Configuration Layer, data about them appears in the table in the same way as in a non-Cluster environment.
Column List
Column | Data Type | P | M | F | Description |
---|---|---|---|---|---|
ID |
NUMBER(16) | X | X | The unique, autonumbered ID of this record. This is the primary key. | |
LoginID |
INTEGER | X | X | The DBID of the Agent Login object that is associated with AgentID (the Person object). | |
AgentID |
INTEGER | X | X | The DBID of the Person object (the agent) that is associated with LoginID. | |
WrapupTime |
INTEGER | The wrap-up time, in seconds, that is associated with this login identifier. | |||
Status |
INTEGER | X | The status of the object described by the record. One of the following values:
#DICTIONARY TYPE 24 | ||
Created |
TIMESTAMP(3) | The GMT-equivalent date and time when the record was written to IDB. This is not necessarily the actual creation time of the record. | |||
Deleted |
TIMESTAMP(3) | The GMT-equivalent date and time when the association was deleted. | |||
Created_ts |
INTEGER | The UTC-equivalent value of the CREATED field. | |||
Created_tcode |
INTEGER | A reference, derived from the value of the CREATED_TS field, to a record in the G_TIMECODE table. | |||
Deleted_ts |
INTEGER | The UTC-equivalent value of the DELETED field. | |||
Deleted_tcode |
INTEGER | A reference, derived from the value of the DELETED_TS field, to a record in the G_TIMECODE table. | |||
GSYS_DOMAIN |
INTEGER | Contains the data source session ID (DSS_ID) for the session that was active when the data was processed by ICON. For more information, see the description in System Fields. | |||
GSYS_PARTITION |
INTEGER | A key that is used for partitioning. | |||
GSYS_SYS_ID |
INTEGER | System ID. Reserved for future use. | |||
GSYS_SEQ |
INTEGER | Insert Sequence. Not unique. | |||
GSYS_USEQ |
INTEGER | Update Sequence. Not unique. | |||
GSYS_TS |
TIMESTAMP(3) | Reserved | |||
GSYS_TC |
INTEGER | Reserved | |||
GSYS_EXT_VCH1 |
VARCHAR2(255) | Reserved | |||
GSYS_EXT_VCH2 |
VARCHAR2(255) | Reserved | |||
GSYS_EXT_INT1 |
INTEGER | A flag indicating the reliability of timestamp information stored in the CREATED and DELETED fields. One of the following values:
| |||
GSYS_EXT_INT2 |
INTEGER | Reserved |
Index List
Index Name | U | C |
---|---|---|
IDX_LOGIN_INFO |
This page was last modified on 31 October 2016, at 15:32.
Comment on this article:
blog comments powered by Disqus