Skip Headers
ALL_PUBLISHED_COLUMNS describes all existing source table columns for which users have privileges.
ALL_PUBLISHED_COLUMNS
CHANGE_SET_NAME
VARCHAR2(30)
Name of the change set
SOURCE_SCHEMA_NAME
Table owner in the source system
SOURCE_TABLE_NAME
VARCHAR2(31)
Table name in the source system
PUB_ID
NUMBER
Publication identifier (change table object number)
COLUMN_NAME
Column name
DATA_TYPE
Column datatype
DATA_LENGTH
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