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


VIEW: SYS.USER_ASSEMBLIES

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

Description of the user's own assemblies

[View Source]

Columns
Name Datatype Length Mandatory Comments
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 ASSEMBLY_NAME
,      FILE_SPEC
,      SECURITY_LEVEL
,      IDENTITY
,      STATUS
FROM SYS.USER_ASSEMBLIES;

Dependencies

[top of page]

SYS.USER_ASSEMBLIES references the following:

SchemaSYS
TableASSEMBLY$
View_CURRENT_EDITION_OBJ
SYS.USER_ASSEMBLIES is referenced by following:

SchemaPUBLIC
SynonymUSER_ASSEMBLIES