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


VIEW: SYS.DBA_ASSEMBLIES

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

Description of all assemblies in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the assembly
ASSEMBLY_NAME VARCHAR2 (128) Yes Name of the assembly
FILE_SPEC VARCHAR2 (4000)
Operating system file specification of the assembly
SECURITY_LEVEL VARCHAR2 (10)
The maximum security level of the assembly
IDENTITY VARCHAR2 (4000)
The identity of the assembly
STATUS VARCHAR2 (7)
Status of the assembly
Query Text

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


SELECT OWNER
,      ASSEMBLY_NAME
,      FILE_SPEC
,      SECURITY_LEVEL
,      IDENTITY
,      STATUS
FROM SYS.DBA_ASSEMBLIES;

Dependencies

[top of page]

SYS.DBA_ASSEMBLIES references the following:

SchemaSYS
TableASSEMBLY$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.DBA_ASSEMBLIES is referenced by following:

SchemaPUBLIC
SynonymDBA_ASSEMBLIES