[Home] [Help]
[Dependency Information]
| Object Name: | DBA_STREAMS_RENAME_COLUMN |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Rename column transformations
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_OWNER | VARCHAR2 | (128) | Owner of the rule which has an associated transformation | |
| RULE_NAME | VARCHAR2 | (128) | Name of the rule which has an associated transformation | |
| SCHEMA_NAME | VARCHAR2 | (128) | The schema of the column to be modified | |
| TABLE_NAME | VARCHAR2 | (128) | The table of the column to be modified | |
| FROM_COLUMN_NAME | VARCHAR2 | (4000) | The column to rename | |
| TO_COLUMN_NAME | VARCHAR2 | (4000) | The new column name | |
| VALUE_TYPE | VARCHAR2 | (3) | Whether to rename to the old column value of the lcr, the new value, or both | |
| PRECEDENCE | NUMBER | Execution order relative to other declarative transformations on the same step_number | ||
| STEP_NUMBER | NUMBER | The order that this transformation should be executed |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_OWNER
, RULE_NAME
, SCHEMA_NAME
, TABLE_NAME
, FROM_COLUMN_NAME
, TO_COLUMN_NAME
, VALUE_TYPE
, PRECEDENCE
, STEP_NUMBER
FROM SYS.DBA_STREAMS_RENAME_COLUMN;
SYS
ANYDATA
DBA_STREAMS_TRANSFORMATIONS
DBMS_LOB
- show dependent code
DBMS_LOGREP_UTIL
- show dependent code
GET_MAX_CHECKPOINT
RE$NV_ARRAY
PUBLIC
DBA_STREAMS_RENAME_COLUMN
|
|
|
|