[Home] [Help]
[Dependency Information]
| Object Name: | ALL_TAB_COMMENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Comments on tables and views accessible to the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the object |
| TABLE_NAME | VARCHAR2 | (128) | Yes | Name of the object |
| TABLE_TYPE | VARCHAR2 | (11) | Type of the object | |
| COMMENTS | VARCHAR2 | (4000) | Comment on the object | |
| ORIGIN_CON_ID | NUMBER | ID of Container where row originates |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, TABLE_TYPE
, COMMENTS
, ORIGIN_CON_ID
FROM SYS.ALL_TAB_COMMENTS;
SYS
INT$DBA_TAB_COMMENTS
OBJAUTH$
PUBLIC
ALL_TAB_COMMENTS
|
|
|
|