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


VIEW: SYS.V_$ACTIVE_INSTANCES

Object Details
Object Name: V_$ACTIVE_INSTANCES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
INST_NUMBER NUMBER

INST_NAME VARCHAR2 (60)
CON_ID NUMBER

Query Text

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


SELECT INST_NUMBER
,      INST_NAME
,      CON_ID
FROM SYS.V_$ACTIVE_INSTANCES;

Dependencies

[top of page]

SYS.V_$ACTIVE_INSTANCES references the following:

SYS.V_$ACTIVE_INSTANCES is referenced by following:

SchemaPUBLIC
SynonymV$ACTIVE_INSTANCES
SchemaSYS
Package BodyDBMS_QOPATCH - show dependent code