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


VIEW: SYS.CDB_ASSEMBLIES

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

Description of all assemblies in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the assembly
ASSEMBLY_NAME VARCHAR2 (30) 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
CON_ID NUMBER

container id
Query Text

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


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

Dependencies

[top of page]

SYS.CDB_ASSEMBLIES does not reference any database object

SYS.CDB_ASSEMBLIES is referenced by following:

SchemaPUBLIC
SynonymCDB_ASSEMBLIES