PowerCenter
- PowerCenter 10.5.1
- All Products
Column Name
| Datatype
| Description
|
---|---|---|
OBJECT_ID*
| NUMBER
| Object ID.
|
OBJECT_TYPE*
| NUMBER
| Object type ID (primary key).
|
OBJECT_SUBTYPE
| NUMBER
| Object subtype ID.
|
IS_SHORTCUT
| NUMBER
| Specifies whether the object is a shortcut.
1 = shortcut; 0 = not a shortcut.
|
VERSION_NUMBER
| NUMBER
| Object version number.
|
SUBJECT_ID
| NUMBER
| Folder ID.
|
USER_ID
| NUMBER
| User who last modified this version of the object.
|
OBJECT_NAME
| VARCHAR2 (240)
| Name of the object.
|
GROUP_NAME
| VARCHAR2 (240)
| Database name used by source objects.
|
LAST_SAVED
| VARCHAR2 (30)
| Time when object was last saved.
|
UTC_LAST_SAVED
| NUMBER
| UTC time when the object was last modified.
|
COMMENTS
| VARCHAR2 (2000)
| Description of the object.
|
SAVED_FROM
| VARCHAR2(240)
| Host machine name from which the version of the object is saved.
|
PURGED_BY_USERID
| NUMBER
| User ID who purged the object from the repository.
|
*Indicates that the column is a key column.
|