GOI_USERS

This table stores the Google Oracle Integration User data. The Sync Engine will be eanbled only for the users registered in here.

Details

  • Schema: FUSION

  • Object owner: GOI

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

GOI_USERS_PK

USER_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_ID VARCHAR2 64 Yes Primary key of the table
GOOGLE_ID VARCHAR2 128 Yes Google Id
GOOGLE_REFRESH_TOKEN VARCHAR2 250 Yes Google Refresh Token
GOOGLE_ACCESS_TOKEN VARCHAR2 250 Google Access Token
GOOGLE_TOKEN_EXPIRY NUMBER 20 Google Token Expiry in ms
OSC_USERNAME VARCHAR2 64 Yes Sales cloud usename
OSC_REFRESH_TOKEN VARCHAR2 250 Sales Cloud Refresh Token
OSC_AUTH_CODE VARCHAR2 256 Sales Cloud Authorization Code
OSC_ACCESS_TOKEN VARCHAR2 250 Sales Cloud Access Token
OSC_TOKEN_EXPIRY NUMBER 20 Sales Cloud Token Expiry in ms
LAST_SYNC_TIME TIMESTAMP Last sync time
CONTACT_SAVED_SEARCH VARCHAR2 256 Contact Saved search.
ACTIVITY_SAVED_SEARCH VARCHAR2 256 Activity Saved search.
DO_SYNC VARCHAR2 1 When this flag is enabled, the synchronization will be triggered.
IS_AUTHORIZED VARCHAR2 1 Flag to determine whether the user is authorized.
IS_ACTIVE VARCHAR2 1 Determines whether the row is active.
CONFIG CLOB Configuration
LAST_SYNC_MSG CLOB Sync status message
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
GOI_USERS_U1 Unique Default USER_ID
GOI_USERS_U2 Unique Default GOOGLE_ID
GOI_USERS_U3 Unique Default OSC_USERNAME