Table of Contents

Search

  1. Preface
  2. Understanding the Repository
  3. Using the Repository Manager
  4. Folders
  5. Managing Object Permissions
  6. Local and Global Shortcuts
  7. Team-Based Development with Versioned Objects
  8. Labels
  9. Object Queries
  10. Team-Based Development with Deployment Groups
  11. Copying Folders and Deployment Groups
  12. Exporting and Importing Objects
  13. Exchanging Metadata
  14. Copying Objects
  15. Metadata Extensions
  16. Appendix A: MX Views Reference
  17. Appendix B: PowerCenter Reports Reference

Repository Guide

Repository Guide

REP_SRC_FILE_FLDS and REP_SEG_FLDS

REP_SRC_FILE_FLDS and REP_SEG_FLDS

These views provide access to the fields in a non-relational source. Each field is contained in the scanned tables listed in the REP_SEG_FLDS view.
The following table lists source field information in the REP_SRC_FILE_FLDS and REP_SEG_FLDS views:
Column Name
Datatype
Description
FIELD_ID
INTEGER
Field ID (primary key)
SUBJECT_AREA
VARCHAR2 (240)
Folder name.
FILE_ID
INTEGER
Source ID (primary key).
FIELD_NAME
VARCHAR2 (240)
Field name.
FIELD_LEVEL
NUMBER
Field level (for example, 01 and 02).
FIELD_NUMBER
NUMBER
Order number of the field.
FIELD_DESCRIPTION
VARCHAR2 (2000)
Comments for this field.
PICTURE_TEXT
VARCHAR2 (240)
PIC clause.
OCCURS
NUMBER
Number of OCCURS.
REDEFINES_FIELD
VARCHAR2 (240)
Redefines this field.
KEY_TYPE
NUMBER
Key type. 1 = primary key; 0 = not a key.
DISPLAY_OFFSET
NUMBER
Offset using display length.
DISPLAY_LENGTH
NUMBER
Display length.
PHYSICAL_OFFSET
NUMBER
Physical offset.
PHYSICAL_LENGTH
NUMBER
Physical length.
USAGE_TYPE
VARCHAR2 (240)
COMP type (binary compressed fields).
DATA_PRECISION
NUMBER
Decimal precision for numeric fields or field length for CHAR fields.
DATA_SCALE
NUMBER
Decimal scale for numeric fields.
CHILD_ID
NUMBER
Link to child field if this is a group item.
SIBLING_ID
NUMBER
Link to next field at this level.
VERSION_ID
NUMBER
Link to next field at this level.
SRC_VERSION_NUMBER
NUMBER
Version number of the source.

0 COMMENTS

We’d like to hear from you!