Database View Reference

Database View Reference

MRX_COL_PROFILE_INFO

MRX_COL_PROFILE_INFO

The MRX_COL_PROFILE_INFO view contains the data source information for all column profiles.
The following table describes the columns in the MRX_COL_PROFILE_INFO view:
Column
Datatype
Description
PID
NUMBER
Serial ID of the profile task that the Model Repository Service assigns.
NSID
NUMBER
Namespace ID of the profile task. Each design-time object belongs to the same namespace. Each deployed object belongs to a unique namespace assigned to the deployed application.
PROFILE_TASK_ID
VARCHAR(3060)
Profile task ID.
CID
NUMBER
Profile task container ID. A container is an object that contains other objects and child containers. For example, projects, folders, and mappings are containers.
PROFILE_NAME
VARCHAR(1536)
Name of the column profile.
PROFILE_PROJECT
VARCHAR(3060)
Name of the project that contains the profile.
PROFILE_PATH
VARCHAR(4000)
Path of the column profile from its root.
DATA_OBJ_PID
NUMBER
Serial ID of the data object that the Model Repository Service assigns.
DATA_OBJ_NSID
NUMBER
Namespace ID of the data object. Each design-time object belongs to the same namespace. Each deployed object belongs to a unique namespace assigned to the deployed application.
DATA_OBJ_ID
VARCHAR(3060)
Data object ID.
DATA_OBJ_CID
NUMBER
Data object container ID. A container is an object that contains other objects and child containers. For example, projects, folders, and mappings are containers.
DATA_OBJ_NAME
VARCHAR(3060)
Name of the data object that the profile ran on.
DATA_OBJ_TYPE
VARCHAR(56)
The type of object, such as logical data object, relational data object, and flat file.
DATA_OBJ_PROJECT_NAME
VARCHAR(3060)
Name of the project that contains the data object.
DATA_OBJ_PATH
VARCHAR(4000)
Path of the data object from its root.

0 COMMENTS

We’d like to hear from you!