[Home] [Help]
[Dependency Information]
| Object Name: | CDB_CATALOG |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All database Tables, Views, Synonyms, Sequences in all containers
| 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 | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, TABLE_TYPE
, CON_ID
FROM SYS.CDB_CATALOG;
SYS.CDB_CATALOG does not reference any database object
SYS.CDB_CATALOG is referenced by following:
PUBLIC
CDB_CATALOG
|
|
|
|