Skip Headers
USER_PUBLISHED_COLUMNS describes all existing source table columns for which the user has privileges.
USER_PUBLISHED_COLUMNS
SOURCE_SCHEMA_NAME
VARCHAR2(30)
Table owner in the source system
SOURCE_TABLE_NAME
VARCHAR2(31)
Table name in the source system
COLUMN_NAME
Column name
DATA_TYPE
Column datatype
DATA_LENGTH
NUMBER
Column length in bytes
DATA_PRECISION
Decimal precision for NUMBER datatype; binary precision for FLOAT datatype; NULL for all other datatypes
FLOAT
NULL
DATA_SCALE
Digits to the right of a decimal point in a number
NULLABLE
CHAR(1)
Nulls allowed (Y |N)?
Y
N