Reference for Identity

This guide lists the predefined objects in Resource Analytics for Oracle Identity. You can find information about views, entity relationships, subject areas and sample queries.

Views

This section provides information about views within Resource Analytics Identity and their columns, data types, keys, and the referred view and column names. The following views are available:
Identity Views
Name Description
TENANCY_DIM_V This view stores information about the root compartment that contains all your organization's compartments and other Oracle Cloud Infrastructure cloud resources. Note that only tenancies or compartments that are enrolled on this Resource Analytics instance are present here.
COMPARTMENT_DIM_V This view stores information about compartments, the main organizational structure in the Oracle Cloud. Each compartment contains collections of cloud resources, and can also contain other compartments. Your tenancy is also the root compartment.
COMPARTMENT_HIERARCHY_V Denormalized view that stores information on the hierarchical organization of your compartments.

The suffixes in the view names specify the view type:

  • DIM_V: Dimension
  • _V: Denormalized view

Relationship Diagram

This section provides diagrams that define the logical relationship of different dimension views.

The contents of each view and their relationships are listed in the following file: identity views.

Relationships exist among dimensions. Dimensions can be joined directly to each other. This diagram shows the relationship between dimension views.

COMPARTMENT_DIM_V
[COMPARTMENT_DMI_V view connected to TENANCY_DIM_V.

Sample Queries

Sample queries for Identity.

List the details of the tenancy that each compartment is in:
SELECT C.ID AS COMPARTMENT_ID, C.NAME AS COMPARTMENT_NAME, T.ID AS TENANCY_ID, T.NAME AS TENANCY_NAME,
 T.DESCRIPTION AS TENANCY_DESCRIPTION, T.TIME_CREATED AS TENANCY_TIME_CREATED
FROM OCIRA.COMPARTMENT_DIM_V C
LEFT JOIN OCIRA.TENANCY_DIM_V T
ON C.OCIRA_ROOT_COMPARTMENT_KEY = T.OCIRA_TENANCY_KEY;
List the top level compartment ID and name for each compartment:
SELECT ID, LVL1_COMPARTMENT_ID, LVL1_COMPARTMENT_NAME
FROM OCIRA.COMPARTMENT_HIERARCHY_V;

Data Lineage

The Customer Experience Semantic Model Lineage spreadsheet and Metric Calculation Logic spreadsheet for Storage provides an end-to-end data lineage summary report for physical and logical relationships in your data.

For more information, see Data Lineage.

Subject Areas

This section provides information on the subject areas with data you maintain in Identity. These subject areas, with their corresponding data, are available for you to use when creating and editing analyses and reports. The information for each subject area includes:

  • Description of the subject area.

  • Business questions that can be answered by data in the subject area, with a link to more detailed information about each business question.

  • Job-specific groups and duty roles that can be used to secure access to the subject area, with a link to more detailed information about each job role and duty role.

  • Primary navigation to the work area that's represented by the subject area.

  • Time reporting considerations in using the subject area, such as whether the subject area reports historical data or only the current data. Historical reporting refers to reporting on historical transactional data in a subject area. With a few exceptions, all dimensional data are current as of the primary transaction dates or system date.

  • The lowest grain of transactional data in a subject area. The lowest transactional data grain decides how data are joined in a report.

  • Special considerations, tips, and things to look out for in using the subject area to create analyses and reports.