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


VIEW: SYS._DBA_APPLY_INST_SCHEMAS

Object Details
Object Name: _DBA_APPLY_INST_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)
Name of the schemas
INSTANTIATION_EXTERNAL_POS RAW (64)
Point in time when the schema was instantiated at source
Query Text

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


SELECT SOURCE_DATABASE
,      SOURCE_SCHEMA
,      INSTANTIATION_EXTERNAL_POS
FROM SYS._DBA_APPLY_INST_SCHEMAS;

Dependencies

[top of page]

SYS._DBA_APPLY_INST_SCHEMAS references the following:

SchemaSYS
View_DBA_APPLY_SOURCE_SCHEMA
SYS._DBA_APPLY_INST_SCHEMAS is referenced by following:

SchemaPUBLIC
Synonym_DBA_APPLY_INST_SCHEMAS