[Home] [Help]
[Dependency Information]
| Object Name: | CDB_APPLY_INSTANTIATED_OBJECTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details about objects instantiated in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_DATABASE | VARCHAR2 | (128) | Yes | Name of the database where the objects originated |
| SOURCE_OBJECT_OWNER | VARCHAR2 | (128) | Yes | Owner of the object at the source database |
| SOURCE_OBJECT_NAME | VARCHAR2 | (128) | Yes | Name of the object at source |
| SOURCE_OBJECT_TYPE | VARCHAR2 | (11) | Type of the object at source | |
| INSTANTIATION_SCN | NUMBER | Point in time when the object was instantiated at source | ||
| IGNORE_SCN | NUMBER | SCN lower bound for messages that will be considered for apply | ||
| APPLY_DATABASE_LINK | VARCHAR2 | (128) | For remote objects, the database link pointing to the remote database | |
| SOURCE_ROOT_NAME | VARCHAR2 | (128) | Name of the root database where the objects originated | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_DATABASE
, SOURCE_OBJECT_OWNER
, SOURCE_OBJECT_NAME
, SOURCE_OBJECT_TYPE
, INSTANTIATION_SCN
, IGNORE_SCN
, APPLY_DATABASE_LINK
, SOURCE_ROOT_NAME
, CON_ID
FROM SYS.CDB_APPLY_INSTANTIATED_OBJECTS;
SYS.CDB_APPLY_INSTANTIATED_OBJECTS does not reference any database object
SYS.CDB_APPLY_INSTANTIATED_OBJECTS is referenced by following:
PUBLIC
CDB_APPLY_INSTANTIATED_OBJECTS
|
|
|
|