[Home] [Help]
[Dependency Information]
| Object Name: | ALL_ASSEMBLIES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description of assemblies accessible to the user
| 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 |
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;
SYS
ASSEMBLY$
OBJAUTH$
USER$
_CURRENT_EDITION_OBJ
PUBLIC
ALL_ASSEMBLIES
|
|
|
|