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


VIEW: SYS.V_$BACKUP_DEVICE

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
DEVICE_TYPE VARCHAR2 (17)
DEVICE_NAME VARCHAR2 (513)
CON_ID NUMBER

Query Text

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


SELECT DEVICE_TYPE
,      DEVICE_NAME
,      CON_ID
FROM SYS.V_$BACKUP_DEVICE;

Dependencies

[top of page]

SYS.V_$BACKUP_DEVICE references the following:

SYS.V_$BACKUP_DEVICE is referenced by following:

SchemaPUBLIC
SynonymV$BACKUP_DEVICE