DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_APPLY_INSTANTIATED_SCHEMAS

Object Details
Object Name: DBA_APPLY_INSTANTIATED_SCHEMAS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Details about schemas instantiated

[View Source]

Columns
Name Datatype Length Mandatory Comments
SOURCE_DATABASE VARCHAR2 (128) Yes Name of the database where the schemas originated
SOURCE_SCHEMA VARCHAR2 (128)
INSTANTIATION_SCN NUMBER

Point in time when the schema was instantiated at source
APPLY_DATABASE_LINK VARCHAR2 (128)
For remote schemas, the database link pointing to the remote database
SOURCE_ROOT_NAME VARCHAR2 (128)
Name of the root database where the schemas originated
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SOURCE_DATABASE
,      SOURCE_SCHEMA
,      INSTANTIATION_SCN
,      APPLY_DATABASE_LINK
,      SOURCE_ROOT_NAME
FROM SYS.DBA_APPLY_INSTANTIATED_SCHEMAS;

Dependencies

[top of page]

SYS.DBA_APPLY_INSTANTIATED_SCHEMAS references the following:

SchemaSYS
View_DBA_APPLY_SOURCE_SCHEMA
SYS.DBA_APPLY_INSTANTIATED_SCHEMAS is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLY_INSTANTIATED_SCHEMAS
SchemaSYS
ViewALL_APPLY_INSTANTIATED_SCHEMAS
Package BodyDBMS_STREAMS_ADM_IVK - show dependent code