JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Identity Analytics 11gR1 Database Administrator's Guide
search filter icon
search icon

Document Information

Preface

1.  GlobalUsers Module

Tables in the GlobalUsers Module

GLOBALUSERS Table

Structure

Indexes

Description

Primary Keys

Foreign Keys

Indexes

GLOBALUSER_ACCOUNTS TABLE

Structure

Indexes

Description

Primary Keys

Foreign Keys

Indexes

GLOBALUSER_ROLES Table

Structure

Indexes

Description

Primary Keys

Foreign Keys

Indexes

GLOBALUSERSTATUSES Table

Structure

Indexes

Description

Primary Keys

Foreign Keys

Indexes

2.  Business Structure Module

3.  Resource Types Metadata Module

4.  Accounts Module

5.  Roles Module

6.  Policies Module

7.  Applications Module

8.  Import and Export Module

9.  Event Listener Module

10.  Identity Certification Module

11.  Identity Audit Module

12.  Rule Engine Module

13.  Workflow Module

14.  Scheduling Module

15.  Reporting Module

16.  Security Module

17.  Miscellaneous Tables

Tables in the GlobalUsers Module

This chapter describes the tables that make up the Oracle Identity Analytics GlobalUsers module.

GLOBALUSERS Table

Structure
GLOBALUSERS
PK
GLOBALUSERKEY
USERNAME

FIRSTNAME

LASTNAME

MIDDLENAME

STREET

CITY

STATEORPROVINCE

ZIPORPOSTALCODE

COUNTRYORREGION

FAX

PHONE

EXTENSION

MOBILE

PAGER

TITLE

PRIMARYEMAIL

SECONDARYEMAIL

OFFICENAME

DESCRIPTION

COMMENTS

STATUSKEY

SUSPENDEDDATE

ENABLEDDATE

DISABLEDDATE

DELETEDATE

USERDATA

EMPLOYEEID

CUSTOMPROPERTY1

CUSTOMPROPERTY2

CUSTOMPROPERTY3

CUSTOMPROPERTY4

CUSTOMPROPERTY5

CUSTOMPROPERTY6

CUSTOMPROPERTY7

CUSTOMPROPERTY8

CUSTOMPROPERTY9

CUSTOMPROPERTY10

CUSTOMPROPERTY11

CUSTOMPROPERTY12

CUSTOMPROPERTY13

CUSTOMPROPERTY14

CUSTOMPROPERTY15

CUSTOMPROPERTY16

CUSTOMPROPERTY17

CUSTOMPROPERTY18

CUSTOMPROPERTY19

CUSTOMPROPERTY20

CREATEUSER

UPDATEUSER

CREATEDATE

UPDATEDATE

SRMCREATEDATE

SRMUPDATEDATE

EMPLOYEETYPE

SERVICEDESKTICKETNUMBER

STARTDATE

ENDDATE

MANAGER

BUSINESSAPPROVER

TECHNICALAPPROVER

DELEGATE

LOCATION

JOBCODES

Indexes
Index
PK
Unique
Keys
PK_GLOBALUSERS
     ✓
Yes
GLOBALUSERKEY
IX_GU_UNAME
No
USERNAME
Description

Users that are stored in the Oracle Identity Analytics Identity Warehouse are saved in the GLOBALUSERS table. Each user is known as a global user and identified by a unique GLOBALUSERKEY. This table stores basic information about every user in the USERNAME, FIRSTNAME, LASTNAME, and MIDDLENAME fields. There are also fields to save additional information about the user, including the user's address, email, phone, and various other custom fields. Because the user can be associated with a workflow, fields are provided to save the user's manager, business approver, and technical approver. A DELEGATE field is also present so that the user can specify a delegate. The STATUSKEY field contains the user's status. For audit purposes the table carries the account's creation date and update date, the user who created the account, and the name of the user who updated the account.

Primary Keys

PK_GLOBALUSERS - primary key on column GLOBALUSERKEY

Foreign Keys

None

Indexes

IX_GU_UNAME - non-unique index on column USERNAME

GLOBALUSER_ACCOUNTS TABLE

Structure
GLOBALUSER_ACCOUNTS
PK

PK

GLOBALUSERKEY

ACCOUNTKEY

Indexes
Index
PK
Unique
Keys
PK_USER_ACCOUNTS
     ✓
Yes
GLOBALUSERKEY,

ACCOUNTKEY

IX_GLOBALUSER_ACCOUNTS_ACCOUNT
Yes
ACCOUNTKEY
IX_GU_ACCTS_GUID
No
GLOBALUSERKEY
Description

A Global user in Oracle Identity Analytics is associated with an account by associating the GLOBALUSERS and ACCOUNTS tables with a derived table, GLOBALUSER_ACCOUNTS. This table carries the ACCOUNTKEY and GLOBALUSERKEY.

Primary Keys

PK_USER_ACCOUNTS - composite primary key on column GLOBALUSERKEY and ACCOUNTKEY

Foreign Keys

None

Indexes

IX_GU_ACCTS_GUID - non-unique index on column GLOBALUSERKEY

IX_GLOBALUSER_ACCOUNTS_ACCOUNT - unique constraint on column ACCOUNTKEY

GLOBALUSER_ROLES Table

Structure
GLOBALUSER_ROLES
PK
ID
GLOBALUSERKEY

ROLEKEY

SERVICEDESKTICKETNUMBER

STARTASSOCIATIONDATE

ENDASSOCIATIONDATE

START_REQUEST_ID

END_REQUEST_ID

STATUS_ID

ROLE_VERSION_ID

MODIFIED_BY

MODIFIED_DATE

MODIFICATION_GROUP_ID

REQUESTED_MODIFICATION

Indexes
Index
PK
Unique
Keys
PK_GLOBALUSER_ROLES
     ✓
Yes
ID
IX_GU_ROLES_GUID
No
GLOBALUSERKEY
IX_GU_ROLES_RID
No
ROLEKEY
IX_GU_ROLES_RQSTART
No
START_REQUEST_ID
IX_GU_ROLES_RQEND
No
END_REQUEST_ID
Description

Each Global user can be associated with a role and this association is represented in a derived table, GLOBALUSER_ROLES. This table references tables GLOBALUSERS and ROLES using the GLOBALUSERKEY and ROLEKEY fields.

Primary Keys

PK_GLOBALUSER_ROLES - composite primary key on columns GLOBALUSERKEY and ROLEKEY

Foreign Keys

None

Indexes

IX_GU_ROLES_GUID - non-unique index on column GLOBALUSERKEY

IX_GU_ROLES_RID - non-unique index on column ROLEKEY

IX_GU_ROLES_RQSTART - non-unique index on column START_REQUEST_ID

IX_GU_ROLES_RQEND - non-unique index on column END_REQUEST_ID

GLOBALUSERSTATUSES Table

Structure
GLOBALUSERSTATUSES
PK
STATUSKEY
LABEL

SORTORDER

Indexes
Index
PK
Unique
Keys
PK_GLOBALUSERSTATUSES
     ✓
Yes
STATUSKEY
Description

Similar to the Business Unit, each user has a status associated with it. The GLOBALUSERSTATUSES table saves the possible statuses that can be associated with the globalusers. The actual 'status' is represented in the STATUSKEY and LABEL fields.

Primary Keys

PK_GLOBALUSERSTATUSES - primary key on column STATUSKEY.

Foreign Keys

None

Indexes

None