[Home] [Help]
[Dependency Information]
| Object Name: | USER_TAB_COMMENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Comments on the tables and views owned by the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TABLE_NAME | VARCHAR2 | (128) | Yes | Name of the object |
| TABLE_TYPE | VARCHAR2 | (11) | Type of the object: "TABLE" or "VIEW" | |
| 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 TABLE_NAME
, TABLE_TYPE
, COMMENTS
, ORIGIN_CON_ID
FROM SYS.USER_TAB_COMMENTS;
SYS
INT$DBA_TAB_COMMENTS
PUBLIC
USER_TAB_COMMENTS
|
|
|
|