This page was last edited on June 22, 2022, at 23:52.
Comments or questions about this documentation? Contact us for support!
In the Column List:
Introduced: 8.5.011.14
Modified: 8.5.014.34 (in Microsoft SQL Server, data type for the SESSION_END_REASON column modified in single-language databases)
In partitioned databases, this table is not partitioned.
This dimension table allows Co-browse facts to be described based on reasons for Co-browse sessions to finish.
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
ID | NUMBER(10) | X | X | ||
SESSION_END_REASON | VARCHAR2(20 CHAR) | X | Unknown | ||
CREATE_AUDIT_KEY | NUMBER(19) | X | X |
The primary key of this table. This ID is referenced from other tables as COBROWSE_END_REASON_KEY.
Modified: 8.5.014.34 (in Microsoft SQL Server, data type changed from varchar to nvarchar in single-language databases)
The reason why a Co-browse session ended, as provided by Co-browse Server. Possible reasons are:
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify newly added data.
CODE | U | C | Description |
---|---|---|---|
I_COBROWSE_END_REASON | X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Field | Sort | Comment |
---|---|---|
SESSION_END_REASON | Ascending |
No subject area information available.