Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
DBA_STREAMS_RENAME_COLUMN
displays information about renamed columns in the Streams capture process.
Column | Datatype | NULL | Description |
---|---|---|---|
RULE_OWNER |
VARCHAR2(30) |
The owner of the rule | |
RULE_NAME |
VARCHAR2(30) |
The name of the rule | |
SCHEMA_NAME |
VARCHAR2(30) |
The schema of the column to be renamed | |
TABLE_NAME |
VARCHAR2(30) |
The table of the column to be renamed | |
FROM_COLUMN_NAME |
VARCHAR2(4000) |
The column to rename | |
TO_COLUMN_NAME |
VARCHAR2(4000) |
The new column name | |
VALUE_TYPE |
VARCHAR2(3) |
Whether to modify the old or new values, or both, of the LCR | |
PRECEDENCE |
NUMBER |
2 (The execution order relative to other transformations on the same STEP_NUMBER ; the smaller number will be executed first.) |
|
STEP_NUMBER |
NUMBER |
The order in which this transformation should be executed |