Reference for GoldenGate

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

Views

This section provides information about views within Resource Analytics GoldenGate and their columns, data types, keys, and the referred view and column names. The following views are available:

GoldenGate Views
NameDescription
GOLDEN_GATE_CONNECTION_ASSIGNMENT_DIM_V This view stores information on connection assignments.
GOLDEN_GATE_DEPLOYMENT_BACKUP_DIM_V This view stores information on deployment backups.
GOLDEN_GATE_DEPLOYMENT_UPGRADE_DIM_V This view stores information on deployment upgrades.
GOLDEN_GATE_DEPLOYMENT_DIM_V This view stores information on GoldenGate deployments.
GOLDEN_GATE_INSTANCE_DIM_V This view consolidates overlapping attributes from GoldenGate Deployments and Zero ETL Pipelines.
GOLDEN_GATE_ZERO_ETL_PIPELINE_DIM_V This view stores information on Zero ETL pipelines.
GOLDEN_GATE_REPLICATION_FACT_V This view stores information on GoldenGate replication facts.

The suffixes in the view names specify the view type:

  • FACT_V: Fact
  • DIM_V: Dimension

Relationship Diagram

This section provides diagrams that define the logical relationship of a fact table with different dimension tables.

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

This diagram shows the relationship of the GoldenGate fact view with different dimension views.

GOLDEN_GATE_FACT_V
Relationship diagram showing the fact table, GOLDEN_GATE_FACT_V.

Relationships exist among dimensions. Dimensions can be joined directly to each other. These diagrams show the relationship between dimension views.

GOLDEN_GATE_CONNECTION_ASSIGNMENT_DIM_V
Relationship diagram showing the dimension table, GOLDEN_GATE_CONNECTION_ASSIGNMENT_DIM_V.

GOLDEN_GATE_CONNECTION_DEPLOYMENT_UPGRADE_DIM_V
Relationship diagram showing the dimension table, GOLDEN_GATE_CONNECTION_DEPLOYMENT_UPGRADE_DIM_V.

Sample Queries

Sample queries for GoldenGate.

List the active GoldenGate instances in a specific subnet:
SELECT
    F.INSTANCE_ID,
    F.CPU_CORE_COUNT,
    F.LIFECYCLE_STATE,
    F.STORAGE_UTILIZATION_IN_BYTES,
    F.TIME_UPDATED,
	I.SUBNET_ID
FROM
    OCIRA.GOLDEN_GATE_FACT_V F
JOIN
	OCIRA.GOLDEN_GATE_INSTANCE_DIM_V I
ON 
	F.OCIRA_INSTANCE_KEY = I.OCIRA_INSTANCE_KEY
WHERE
    F.LIFECYCLE_STATE = 'ACTIVE' 
	AND I.SUBNET_ID = '<YOUR_SUBNET_OCID>'  -- replace with the target subnet OCID
;

Data Lineage

The Customer Experience Semantic Model Lineage spreadsheet and Metric Calculation Logic spreadsheet for GoldenGate 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 GoldenGate. 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.

The subject area is: