Revision as of 20:20, December 20, 2019 by Jdruker (talk | contribs) (Adding dataExport)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In the Column List:

  • P = Primary key
  • M = Mandatory field
  • F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
  • DV = Default value
  • In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.

Table USER_DATA_GEN_DIM_1

Description

Introduced: 8.5.014.19

In partitioned databases, this table is not partitioned.


Reserved for internal use.

Important
Note for customers using Data Export Capability: If the target database for exported Info Mart data is hosted on Microsoft SQL Server in your deployment, and if you use a Genesys-provided update_target_*.sql script to create or update the target schema, be aware of the following consideration: Starting with Genesys Info Mart release 8.5.014.34, the sizes of some columns in this table in the Microsoft SQL Server target database differ from what is documented on this page.
Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.

Column List

Legend

Column Data Type P M F DV
ID Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X
TENANT_KEY Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X X
DIM_ATTRIBUTE_1 Oracle: VARCHAR2(255 CHAR)
MSSQL: nvarchar(170)
PostgreSQL: varchar(255)
X NO_VALUE
DIM_ATTRIBUTE_2 Oracle: VARCHAR2(255 CHAR)
MSSQL: nvarchar(170)
PostgreSQL: varchar(255)
X NO_VALUE
DIM_ATTRIBUTE_3 Oracle: VARCHAR2(255 CHAR)
MSSQL: nvarchar(170)
PostgreSQL: varchar(255)
X NO_VALUE
DIM_ATTRIBUTE_4 Oracle: VARCHAR2(255 CHAR)
MSSQL: nvarchar(170)
PostgreSQL: varchar(255)
X NO_VALUE
DIM_ATTRIBUTE_5 Oracle: VARCHAR2(255 CHAR)
MSSQL: nvarchar(170)
PostgreSQL: varchar(255)
X NO_VALUE
CREATE_AUDIT_KEY Oracle: NUMBER(19)
MSSQL: numeric(19)
PostgreSQL: numeric(19)
X X

ID

TENANT_KEY

DIM_ATTRIBUTE_1

DIM_ATTRIBUTE_2

DIM_ATTRIBUTE_3

DIM_ATTRIBUTE_4

DIM_ATTRIBUTE_5

CREATE_AUDIT_KEY

Index List

CODE U C Description
I_USER_DATA_GEN_DIM_1 X Reserved for internal use.

Index I_USER_DATA_GEN_DIM_1

Field Sort Comment
TENANT_KEY Ascending
DIM_ATTRIBUTE_1 Ascending
DIM_ATTRIBUTE_2 Ascending
DIM_ATTRIBUTE_3 Ascending
DIM_ATTRIBUTE_4 Ascending
DIM_ATTRIBUTE_5 Ascending

Subject Areas

No subject area information available.


References

The summary List of References will include the following entries for this table or view:


Child Table/View Child Table/View Column Parent Table/View Parent Table/View Column
USER_DATA_GEN_DIM_1 CREATE_AUDIT_KEY CTL_AUDIT_LOG AUDIT_KEY
USER_DATA_GEN_DIM_1 TENANT_KEY TENANT TENANT_KEY

 

This page was last edited on December 20, 2019, at 20:20.
Comments or questions about this documentation? Contact us for support!