SNAME |
VARCHAR2(30) |
NOT NULL |
The name of the object owner. |
ONAME |
VARCHAR2(30) |
NOT NULL |
The name of the object. |
TYPE |
VARCHAR2(8) |
|
The type of the object. |
CNAME |
VARCHAR2(30) |
NOT NULL |
The name of the replicated column. |
ID |
NUMBER |
|
The ID number of the replicated column. |
POS |
NUMBER |
NOT NULL |
The ordering of the replicated column. |
COMPARE_OLD_ON_DELETE |
VARCHAR2(1) |
|
Indicates whether Oracle compares the old value of the column in replicated deletes. |
COMPARE_OLD_ON_UPDATE |
VARCHAR2(1) |
|
Indicates whether Oracle compares the old value of the column in replicated updates. |
SEND_OLD_ON_DELETE |
VARCHAR2(1) |
|
Indicates whether Oracle sends the old value of the column in replicated deletes. |
SEND_OLD_ON_UPDATE |
VARCHAR2(1) |
|
Indicates whether Oracle sends the old value of the column in replicated updates. |
CTYPE |
VARCHAR2(9) |
|
Displays the column type. |
DATA_LENGTH |
NUMBER |
|
Displays the length of the column in bytes. |
DATA_PRECISION |
NUMBER |
|
Displays the column precision in terms of decimal digits for NUMBER columns or binary digits for FLOAT columns. |
DATA_SCALE |
NUMBER |
|
Displays the digits to right of decimal point in a number. |
NULLABLE |
VARCHAR2(1) |
|
Indicates if the column allow NULL values. |
CHARACTER_SET_NAME |
VARCHAR2(44) |
|
If applicable, displays the name of character set for the column. |