4.139 ALL_TABLE_VIRTUAL_COLUMNS
ALL_TABLE_VIRTUAL_COLUMNS
describes virtual columns in tables accessible to the current user.
Related Views
-
DBA_TABLE_VIRTUAL_COLUMNS
describes virtual columns in all tables in the database. -
USER_TABLE_VIRTUAL_COLUMNS
describes virtual columns in tables owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
|
Name of the virtual column |
|
|
|
Expression of the virtual column |
|
|
|
Sequence number of the column as created |
|
|
|
Sequence number of the column in the segment |
|
|
|
Internal sequence number of the column |
Note:
This view is available starting with Oracle Database 23ai.
See Also: