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


VIEW: SYS.FILE_LOCK

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
FILE_ID NUMBER

FILE_NAME VARCHAR2 (513)
TS_NAME VARCHAR2 (30)
START_LK NUMBER

NLOCKS NUMBER

BLOCKING NUMBER

Query Text

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


SELECT FILE_ID
,      FILE_NAME
,      TS_NAME
,      START_LK
,      NLOCKS
,      BLOCKING
FROM SYS.FILE_LOCK;

Dependencies

[top of page]

SYS.FILE_LOCK references the following:

SchemaSYS
ViewDBA_DATA_FILES

SYS.FILE_LOCK is not referenced by any database object