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

Repository Guide

Repository Guide

REP_SRC_TBL_FLDS

REP_SRC_TBL_FLDS

This view provides access to the fields in relational sources. Use the source name to retrieve all the fields belonging to the source. The columns in this view are part of the tables listed in the REP_SRC_TBLS views.
The following table lists relational source fields in the REP_SRC_TBL_FLDS view:
Column Name
Datatype
Description
COLUMN_NAME
VARCHAR2 (240)
Field name.
COLUMN_BUSNAME
VARCHAR2 (240)
Business name of the field.
COLUMN_ID*
INTEGER
Field ID (primary key).
SUBJECT_AREA*
VARCHAR2 (240)
Folder name.
TABLE_ID
INTEGER
Source table ID.
TABLE_NAME
VARCHAR2 (240)
Table name.
TABLE_BUSNAME
VARCHAR2 (240)
Business name of the table.
COLUMN_NUMBER
INTEGER
Order number of the column.
COLUMN_DESCRIPTION
VARCHAR2 (2000)
Description of the column.
KEY_TYPE
VARCHAR2 (50)
Key type for this column.
SOURCE_TYPE
VARCHAR2 (40)
Data type for this column.
DATA_PRECISION
INTEGER
Decimal precision for numeric fields or field length for CHAR fields.
DATA_SCALE
INTEGER
Decimal scale for numeric fields.
NEXT_COLUMN_ID
INTEGER
Link to next field in source table.
VERSION_ID
INTEGER
Folder version ID.
VERSION_NAME
VARCHAR2 (240)
Folder version name.
SOURCE_VERSION_NUMBER
NUMBER
Source version number.
*Indicates that the column is a key column.

0 COMMENTS

We’d like to hear from you!