Reference for Subscriptions
This guide lists the predefined objects in Resource Analytics for Oracle Subscriptions. You can find information about views, entity relationships, subject areas, and sample queries.
Views
This section provides information about views within Oracle Resource Analytics Subscriptions and their columns, data types, keys, and the referred view and column names. The following views are available:
| Name | Description |
|---|---|
| SUBSCRIPTION_DIM_V | This view stores information on base subscriptions, which carry shared properties for any subscription version. |
| SUBSCRIPTION_MAPPING_DIM_V | This view stores information on subscription mappings, which map tenancies to subscriptions. |
The suffixes in the view names specify the view type:
- DIM_V: Dimension
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: subscription views.
Relationships exist among dimensions. Dimensions can be joined directly to each other. This diagram shows the relationship between dimension views.

Sample Queries
Sample queries for Subscriptions.
SELECT ID
FROM OCIRA.SUBSCRIPTION_DIM_V
WHERE COMPARTMENT_ID = <compartment_ID>;Data Lineage
The Customer Experience Semantic Model Lineage spreadsheet and Metric Calculation Logic spreadsheet for Subscriptions provides an end-to-end data lineage summary report for physical and logical relationships in your data.
For more information, see Data Lineage.