SVC_CHAT_3PX_SESSIONS

Table that stores information about Chat Service third party api sessions created by the Chat Adapter (for example: 3PQ - for the external routing API; 3PM - for the external messaging API).

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_CHAT_3PX_SESSIONS_PK

CHAT_3PX_SESSION_ID

Columns

Name Datatype Length Precision Not-null Comments
CHAT_3PX_SESSION_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CHAT_API_NAME VARCHAR2 30 Yes The name of the Chat Service third party api this session belongs to/ is for.
CLIENT_SESSION_ID VARCHAR2 100 The sessionid of the chat 3PX session (as generated by the Chat service).
CHAT_SITE_POOL VARCHAR2 30 The pool id returned by the Chat Service API Authenticate call to be used in subsequent calls.
CHAT_SITE_DOMAIN VARCHAR2 500 The domain returned by the Chat Service API Authenticate call to be used in subsequent calls.
CHAT_SITE_PORT NUMBER 10 The port returned by the Chat Service API Authenticate call to be used in subsequent calls.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
SVC_CHAT_3PX_SESSIONS_PK Unique Default CHAT_3PX_SESSION_ID
SVC_CHAT_3PX_SESSIONS_U1 Unique Default CHAT_API_NAME