Skip Headers

Oracle9i Warehouse Builder User's Guide
Release 9.2

Part Number B10996-01
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

D
Warehouse Builder Public Views

The Warehouse Builder provides a set of pre-built views for both the Design and Runtime Repositories. These views are called the Warehouse Builder Public Views. Use these views to access to data stored in these repositories. This appendix contains a catalog of the Public Views and their descriptions.

Warehouse Builder Design Repository Public Views

Warehouse Builder Runtime Repository Public Views

Warehouse Builder Design Repository Public Views

The design repository contains all of the design metadata. Use these Public Views to access data about the design of your system. These views are used by Warehouse Builder Browser to provide metadata reporting.

General Model Views

Data Model Views

Implementation Model Views

Flat Files Views

Collections Views

Function Model Views

Configuration Model Views

Deployment Model Views

Mapping Model Views

Process Flow Model Views

General Model Views

Table D-1 ALL_IV_ALL_OBJECTS  
Column Name Data Type Description

OBJECT_ID

NUMBER(9)

ID of the object

OBJECT_UOID

VARCHAR2(255)

UOID of the object

OBJECT_TYPE

VARCHAR2(4000)

Type of the object

OBJECT_NAME

VARCHAR2(4000)

Physical name of the object

BUSINESS_NAME

VARCHAR2(4000)

Business name of the object

CONTEXT_NAME

VARCHAR2(4000)

Name of the object, prefixed with its module's name, and project's name if existed.

DESCRIPTION

VARCHAR2(4000)

Description of the object

PARENT_OBJECT_ID

NUMBER(9)

Container object ID for the object. Container object could be a module, e.g. for a dimension, or a table for a column.

PARENT_OBJECT_TYPE

VARCHAR2(4000)

Type of the parent object

PARENT_OBJECT_NAME

VARCHAR2(4000)

Name of the parent object

IS_VALID

VARCHAR2(13)

Is the object valid? It only makes sense for the objects that can be validated.

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-2 ALL_IV_OBJECTS  
Column Name Data Type Description

OBJECT_ID

NUMBER(9)

ID of the object (the difference between this view and 2.1 view is that 2.1 view includes all objects in this view, PLUS all archived snapshot objects (for MCM service))

OBJECT_TYPE

VARCHAR2(4000)

Type of the object

OBJECT_NAME

VARCHAR2(4000)

Physical name of the object

BUSINESS_NAME

VARCHAR2(4000)

Business name of the object

DESCRIPTION

VARCHAR2(4000)

Description of the object

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-3 ALL_IV_OBJECT_PROPERTIES  
Column Name Data Type Description

OBJECT_ID

NUMBER(9)

ID of the object

OBJECT_TYPE

VARCHAR2(4000)

Type of the object

OBJECT_NAME

VARCHAR2(255)

Physical name of the object

PROPERTY_ID

NUMBER(9)

ID of the object's property

PROPERTY_NAME

VARCHAR2(255)

ID of the property name

PROPERTY_VALUE

VARCHAR2(4000)

Value of the property

Table D-4 ALL_IV_MLS_OBJECTS  
Column Name Data Type Description

OBJECT_ID

NUMBER(9)

ID of the object (covers the same set as 2.2 view)

LANGUAGE_ID

VARCHAR2(255)

ID of the language (predefined internally by OWB). To get language name, please join with 2.5 view.

BUSINESS_NAME

VARCHAR2(4000)

Business name of the object

DESCRIPTION

VARCHAR2(4000)

Description of the object

Table D-5 ALL_IV_SUPPORTED_LANGUAGES  
Column Name Data Type Description

LANGUAGE_ID

VARCHAR2(255)

ID of the language

LANGUAGE_NAME

VARCHAR2(64)

Name of the language

ISBASELANGUAGE

VARCHAR2(1)

Is it a base language (e.g. EN, FR, etc.)?

Table D-6 ALL_IV_MODULES  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project that this module belongs to

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

INFORMATION_SYSTEM_ID

NUMBER(9)

ID of the module

INFORMATION_SYSTEM_NAME

VARCHAR2(255)

Physical name of the module

SCHEMA_ID

NUMBER(9)

ID of the module (repeated column, just to keep backward compatibility)

SCHEMA_NAME

VARCHAR2(255)

Physical name of the module

BUSINESS_NAME

VARCHAR2(4000)

Business name of the module

DESCRIPTION

VARCHAR2(4000)

Description of the module

STATUS

VARCHAR2(40)

Module status (dev, QA, prod)

IS_VALID

VARCHAR2(13)

Is this module valid?

LOCATION_ID

NUMBER(9)

ID of the associated location for this module

LOCATION_NAME

VARCHAR2(255)

Name of associated location for this module

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-7 ALL_IV_PROJECTS  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

BUSINESS_NAME

VARCHAR2(4000)

Business name of the project

DESCRIPTION

VARCHAR2(4000)

Description of the project

VERSION_LABEL

VARCHAR2(255)

Version of the project

IS_VALID

VARCHAR2(13)

Is this project valid?

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-8 ALL_IV_INFORMATION_SYSTEMS  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project that this module belongs to

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

INFORMATION_SYSTEM_ID

NUMBER(9)

ID of the module

INFORMATION_SYSTEM_NAME

VARCHAR2(255)

Physical name of the module

INFORMATION_SYSTEM_TYPE

VARCHAR2(4000)

Type of the module

BUSINESS_NAME

VARCHAR2(4000)

Business name of the module

DESCRIPTION

VARCHAR2(4000)

Description of the module

PRODUCT_TYPE

VARCHAR2(255)

Application type of the module (e.g. Oracle apps, File based apps, etc.)

SYSTEM_TYPE

VARCHAR2(255)

Type of system that holds this application (shown by PRODUCT_TYPE)

VERSION_LABEL

NUMBER(9)

Version of the module

VENDOR

VARCHAR2(40)

Vendor name

DATABASE_LINK

VARCHAR2(40)

Name of the database link that physical points to data storage of this module. It is meaningful only for database applications.

INTEGRATOR_NAME

VARCHAR2(255)

The name of OWB integrator component that is used to access external data source for the module.

IS_VALID

VARCHAR2(13)

Is this module valid?

LOCATION_ID

NUMBER(9)

ID of the associated location for this module

LOCATION_NAME

VARCHAR2(255)

Physical name of the associated location

STATUS

VARCHAR2(17)

Status (dev, QA, or prod)

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-9 ALL_IV_INSTALLATIONS  
Column Name Data Type Description

INSTALLATION_ID

NUMBER(9)

ID of the OWB repository

INSTALLATION_NAME

VARCHAR2(255)

Physical name of the OWB repository

BUSINESS_NAME

VARCHAR2(4000)

Business name of the OWB repository

DESCRIPTION

VARCHAR2(4000)

Description of the OWB repository

INSTALLED_VERSION

VARCHAR2(40)

Version of the OWB repository

RELEASE

VARCHAR2(40)

Version of the OWB Client

REPOSITORY_MODEL_VERSION

NUMBER(9)

Version of the OWB model

PUBLIC_VIEW_VERSION

CHAR(5)

Version of the OWB Public Views

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-10 ALL_IV_FILE_MODULES  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project that this module belongs to

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

INFORMATION_SYSTEM_ID

NUMBER(9)

ID of this file module

INFORMATION_SYSTEM_NAME

VARCHAR2(255)

Physical name of this file module

BUSINESS_NAME

VARCHAR2(4000)

Business name of this file module

DESCRIPTION

VARCHAR2(4000)

Description of this file module

PRODUCT_TYPE

VARCHAR2(255)

Application type of the module (e.g. Oracle apps, File based apps, etc.)

SYSTEM_TYPE

VARCHAR2(255)

Type of system that holds this application (represented by PRODUCT_TYPE)

VERSION_LABEL

NUMBER(9)

Version of the module

VENDOR

VARCHAR2(40)

Vendor name

DATABASE_LINK

VARCHAR2(40)

Name of the database link that physical points to data storage of this module. It is meaningful only for database applications.

DIRECTORY

VARCHAR2(4000)

Name of the directory this file module connects to

INTEGRATOR_NAME

VARCHAR2(255)

The name of OWB integrator component that is used to access external file system for the module.

IS_VALID

VARCHAR2(13)

Is this module valid?

LOCATION_ID

NUMBER(9)

ID of the associated location for this module

LOCATION_NAME

VARCHAR2(255)

Physical name of the associated location

STATUS

VARCHAR2(17)

Status (dev, QA, or prod)

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-11 ALL_IV_GATEWAY_MODULES  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project that this module belongs to

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

INFORMATION_SYSTEM_ID

NUMBER(9)

ID of this module

INFORMATION_SYSTEM_NAME

VARCHAR2(255)

Physical name of this module

BUSINESS_NAME

VARCHAR2(4000)

Business name of this module

DESCRIPTION

VARCHAR2(4000)

Description of this module

PRODUCT_TYPE

VARCHAR2(255)

Application type of the module (e.g. Oracle apps, File based apps, etc.)

SYSTEM_TYPE

VARCHAR2(255)

Type of system that holds this application (represented by PRODUCT_TYPE)

VERSION_LABEL

NUMBER(9)

Version of the module

VENDOR

VARCHAR2(40)

Vendor name

DATABASE_LINK

VARCHAR2(40)

Name of the database link that physical points to data storage of this module. It is meaningful only for database applications.

INTEGRATOR_NAME

VARCHAR2(255)

The name of OWB integrator component that is used to access external data system for the module.

STRONG_TYPE_NAME

VARCHAR2(255)

Used to differentiate which gateway component being employed, e.g. Informix, Sybase, etc.

IS_VALID

VARCHAR2(13)

Is this module valid?

LOCATION_ID

NUMBER(9)

ID of the associated location for this module

LOCATION_NAME

VARCHAR2(255)

Physical name of the associated location

STATUS

VARCHAR2(17)

Status (dev, QA, or prod)

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-12 ALL_IV_PACKAGED_APPS_MODULES  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project that this module belongs to

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

INFORMATION_SYSTEM_ID

NUMBER(9)

ID of this module (basically, the views wraps Oracle Applications, SAP, etc)

INFORMATION_SYSTEM_NAME

VARCHAR2(255)

Physical name of this module

BUSINESS_NAME

VARCHAR2(4000)

Business name of this module

DESCRIPTION

VARCHAR2(4000)

Description of this module

PRODUCT_TYPE

VARCHAR2(255)

Application type of the module (e.g. Oracle apps, File based apps, etc.)

SYSTEM_TYPE

VARCHAR2(255)

Type of system that holds this application (represented by PRODUCT_TYPE)

VERSION_LABEL

NUMBER(9)

Version of the module

VENDOR

VARCHAR2(40)

Vendor name

DATABASE_LINK

VARCHAR2(40)

Name of the database link that physical points to data storage of this module. It is meaningful only for database applications.

INTEGRATOR_NAME

VARCHAR2(255)

The name of OWB integrator component that is used to access external data system for the module.

IS_VALID

VARCHAR2(13)

Is this module valid?

LOCATION_ID

NUMBER(9)

ID of the associated location for this module

LOCATION_NAME

VARCHAR2(255)

Physical name of the associated location

STATUS

VARCHAR2(17)

Status (dev, QA, or prod)

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-13 ALL_IV_PREDEFINED_MODULES  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project that this module belongs to

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

INFORMATION_SYSTEM_ID

NUMBER(9)

ID of this module (basically, the views wraps Oracle Pre-defined Transformations and Public Transformations)

INFORMATION_SYSTEM_NAME

VARCHAR2(255)

Physical name of this module

BUSINESS_NAME

VARCHAR2(4000)

Business name of this module

DESCRIPTION

VARCHAR2(4000)

Description of this module

PRODUCT_TYPE

VARCHAR2(255)

Application type of the module (e.g. Oracle apps, File based apps, etc.)

SYSTEM_TYPE

VARCHAR2(255)

Type of system that holds this application (represented by PRODUCT_TYPE)

VERSION_LABEL

NUMBER(9)

Version of the module

VENDOR

VARCHAR2(40)

Vendor name

DATABASE_LINK

VARCHAR2(40)

Name of the database link that physical points to data storage of this module. It is meaningful only for database applications.

INTEGRATOR_NAME

VARCHAR2(255)

The name of OWB integrator component that is used to access external data system for the module.

IS_VALID

VARCHAR2(13)

Is this module valid?

STATUS

VARCHAR2(17)

Status (dev, QA, or prod)

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-14 ALL_IV_PROCESS_MODULES  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project that this module belongs to

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

INFORMATION_SYSTEM_ID

NUMBER(9)

ID of this module (basically, the views wraps Oracle Process Flow Module)

INFORMATION_SYSTEM_NAME

VARCHAR2(255)

Physical name of this module

BUSINESS_NAME

VARCHAR2(4000)

Business name of this module

DESCRIPTION

VARCHAR2(4000)

Description of this module

PRODUCT_TYPE

VARCHAR2(255)

Application type of the module (e.g. Oracle apps, File based apps, etc.)

SYSTEM_TYPE

VARCHAR2(255)

Type of system that holds this application (represented by PRODUCT_TYPE)

VERSION_LABEL

NUMBER(9)

Version of the module

VENDOR

VARCHAR2(40)

Vendor name

DATABASE_LINK

VARCHAR2(40)

Name of the database link that physical points to data storage of this module. It is meaningful only for database applications.

INTEGRATOR_NAME

VARCHAR2(255)

The name of OWB integrator component that is used to access external data system for the module.

IS_VALID

VARCHAR2(13)

Is this module valid?

LOCATION_ID

NUMBER(9)

ID of the associated location for this module

LOCATION_NAME

VARCHAR2(255)

Physical name of the associated location

STATUS

VARCHAR2(17)

Status (dev, QA, or prod)

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-15 ALL_IV_WAREHOUSE_MODULES  
Column Name Data Type Description

PROJECT_ID

NUMBER(9)

ID of the project that this module belongs to

PROJECT_NAME

VARCHAR2(255)

Physical name of the project

INFORMATION_SYSTEM_ID

NUMBER(9)

ID of this module (basically, the views wraps Oracle Warehouse Module)

INFORMATION_SYSTEM_NAME

VARCHAR2(255)

Physical name of this module

BUSINESS_NAME

VARCHAR2(4000)

Business name of this module

DESCRIPTION

VARCHAR2(4000)

Description of this module

PRODUCT_TYPE

VARCHAR2(255)

Application type of the module (e.g. Oracle apps, File based apps, etc.)

SYSTEM_TYPE

VARCHAR2(255)

Type of system that holds this application (represented by PRODUCT_TYPE)

VERSION_LABEL

NUMBER(9)

Version of the module

VENDOR

VARCHAR2(40)

Vendor name

DATABASE_LINK

VARCHAR2(40)

Name of the database link that physical points to data storage of this module.

INTEGRATOR_NAME

VARCHAR2(255)

The name of OWB integrator component that is used to access external data system for the module.

IS_VALID

VARCHAR2(13)

Is this module valid?

LOCATION_ID

NUMBER(9)

ID of the associated location for this module

LOCATION_NAME

VARCHAR2(255)

Physical name of the associated location

STATUS

VARCHAR2(17)

Status (dev, QA, or prod)

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Data Model Views

Table D-16 ALL_IV_ADVANCED_QUEUES  
Column Name Data Type Description

SCHEMA_ID

NUMBER(9)

ID of the module this queue belongs to

SCHEMA_NAME

VARCHAR2(255)

Physical name of the module

QUEUE_ID

NUMBER(9)

ID of this queue

QUEUE_NAME

VARCHAR2(255)

Physical name of this queue

BUSINESS_NAME

VARCHAR2(4000)

Business name of this queue

DESCRIPTION

VARCHAR2(4000)

Description of this queue

LOAD_TYPE_ID

NUMBER(9)

ID of the load type

LOAD_TYPE_NAME

VARCHAR2(255)

Name of the load type

QUEUE_TABLE_NAME

VARCHAR2(40)

Name of the queue table

IS_VALID

VARCHAR2(13)

Is this queue valid?

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-17 ALL_IV_ATTR_GROUPS  
Column Name Data Type Description

DATA_ENTITY_ID

NUMBER(9)

ID of the data entity this attribute group belongs to

DATA_ENTITY_TYPE

VARCHAR2(4000)

Type of the data entity

DATA_ENTITY_NAME

VARCHAR2(255)

Physical name of the data entity

ATTRIBUTE_GROUP_NAME

VARCHAR2(255)

Physical name of this attribute group

ATTRIBUTE_GROUP_ID

NUMBER(9)

ID of this attribute group

BUSINESS_NAME

VARCHAR2(4000)

Business name of this attribute group

DESCRIPTION

VARCHAR2(4000)

Description of this attribute group

ATTRIBUTE_GROUP_TYPE

VARCHAR2(40)

Type of attribute group

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-18 ALL_IV_ATTR_GROUP_ITEM_USES  
Column Name Data Type Description

ATTRIBUTE_GROUP_ID

NUMBER(9)

ID of the attribute group that this data item belongs to

ATTRIBUTE_GROUP_NAME

VARCHAR2(255)

Name of the attribute group

DATA_ITEM_ID

NUMBER(9)

ID of this data item

DATA_ITEM_TYPE

VARCHAR2(4000)

Type of this data item

DATA_ITEM_NAME

VARCHAR2(255)

Physical name of this data item

POSITION

NUMBER(9)

Position of this data item in the attribute group.

Table D-19 ALL_IV_CHECK_CONSTRAINTS  
Column Name Data Type Description

SCHEMA_ID

NUMBER(9)

ID of the module this check constraint belongs to

SCHEMA_NAME

VARCHAR2(255)

Physical name of the module

RELATION_ID

NUMBER(9)

ID of the relation entity this check constraint belongs to

RELATION_NAME

VARCHAR2(255)

Physical name of the relation entity

CONSTRAINT_ID

NUMBER(9)

ID of this check constraint

CONSTRAINT_NAME

VARCHAR2(255)

Physical name of this check constraint

BUSINESS_NAME

VARCHAR2(4000)

Business name of this check constraint

DESCRIPTION

VARCHAR2(4000)

Description of this check constraint

CONSTRAINT_TEXT

VARCHAR2(255)

Textual expression of this check constraint

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-20 ALL_IV_COLUMNS  
Column Name Data Type Description

ENTITY_ID

NUMBER(9)

ID of the data entity this column belongs to

ENTITY_TYPE

VARCHAR2(4000)

Type of the data entity

ENTITY_NAME

VARCHAR2(255)

Physical name of the data entity

COLUMN_ID

NUMBER(9)

ID of this column

COLUMN_NAME

VARCHAR2(255)

Physical name of this column

BUSINESS_NAME

VARCHAR2(4000)

Business name of this column

DESCRIPTION

VARCHAR2(4000)

Description of this column

POSITION

NUMBER(9)

Position of this column in the data entity

DATA_TYPE

VARCHAR2(255)

Data type of this column

LENGTH

NUMBER(9)

Data length of this column

PRECISION

NUMBER(9)

Data precision of this column

SCALE

NUMBER(9)

Data scale of this column

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-21 ALL_IV_CONSTRAINTS  
Column Name Data Type Description

SCHEMA_ID

NUMBER(9)

ID of the module this constraint belongs to

SCHEMA_NAME

VARCHAR2(255)

Physical name of the module

RELATION_ID

NUMBER(9)

ID of the relational entity this constraint belongs to

RELATION_NAME

VARCHAR2(255)

Physical name of the relational entity

CONSTRAINT_ID

NUMBER(9)

ID of this constraint

CONSTRAINT_NAME

VARCHAR2(255)

Physical name of this constraint

CONSTRAINT_TYPE

VARCHAR2(21)

Type of this constraint (check, primary, foreign key)

BUSINESS_NAME

VARCHAR2(4000)

Business name of this constraint

DESCRIPTION

VARCHAR2(4000)

Description of this constraint

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-22 ALL_IV_CUBES  
Column Name Data Type Description

SCHEMA_ID

NUMBER(9)

ID of the module this cube belongs to

SCHEMA_NAME

VARCHAR2(255)

Physical name of the module

CUBE_ID

NUMBER(9)

ID of this cube

CUBE_NAME

VARCHAR2(255)

Physical name of this cube

BUSINESS_NAME

VARCHAR2(4000)

Business name of this cube

DESCRIPTION

VARCHAR2(4000)

Description of this cube

IS_VALID

VARCHAR2(13)

Is this cube valid?

UPDATED_ON

DATE

Update timestamp

CREATED_ON

DATE

Creation timestamp

UPDATED_BY

VARCHAR2(255)

Updated by who

CREATED_BY

VARCHAR2(255)

Created by who

Table D-23 ALL_IV_CUBE_DIMENSIONS  
Column Name Data Type Description

CUBE_ID

NUMBER(9)

ID of the cube this dimension has associated with

CUBE_NAME

VARCHAR2(255)

Physical name of the cube

DIMENSION_ID

NUMBER(9)

ID of this dimension

DIMENSION_NAME

VARCHAR2(255)

Physical name of this dimension

Table D-24 ALL_IV_CUBE_MEASURES  
Column Name Data Type Description

CUBE_ID

NUMBER(9)

ID of the cube this measure belongs to

CUBE_NAME

VARCHAR2(255)

Physical name of the cube

MEASURE_ID

NUMBER(9)

ID of this measure

MEASURE_NAME

VARCHAR2(255)

Physical name of this measure

BUSINESS_NAME

VARCHAR2(4000)

Business name of this measure

DESCRIPTION

VARCHAR2(4000)

Description of this measure

POSITION

Position of this measure within the cube

DATA_TYPE

VARCHAR2(255)

Data type of this measure

LENGTH

NUMBER(9)

Data length of this measure

PRECISION

NUMBER(9)

Data precision of this measure

SCALE

NUMBER(9)

Data scale of this measure

UPDATED_ON

DATE