Selecting Columns
To control which columns of a source table are extracted by Oracle GoldenGate, use the COLS
and COLSEXCEPT
options of the TABLE
parameter. Use COLS
to select columns for extraction, and use COLSEXCEPT
to select all columns except those designated by COLSEXCEPT
.
Restricting the columns that are extracted can be useful when a target table does not contain the same columns as the source table, or when the columns contain sensitive information, such as a personal identification number or other proprietary business information.