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


VIEW: SYS.ALL_ASSEMBLIES

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

Description of assemblies accessible to the user

[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.ALL_ASSEMBLIES;

Dependencies

[top of page]

SYS.ALL_ASSEMBLIES references the following:

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

SchemaPUBLIC
SynonymALL_ASSEMBLIES