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


VIEW: SYS.ALL_JAVA_NCOMPS

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

ncomp related information of all java classes

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes owner of the java class object
NAME VARCHAR2 (4000)
name of the java class object
SOURCE VARCHAR2 (4000)
ncomp source shown in this row
INITIALIZER VARCHAR2 (4000)
ncomp initializer shown in this row
LIBRARYFILE VARCHAR2 (4000)
ncomp libraryfile shown in this row
LIBRARY VARCHAR2 (4000)
ncomp library shown in this row
Query Text

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


SELECT OWNER
,      NAME
,      SOURCE
,      INITIALIZER
,      LIBRARYFILE
,      LIBRARY
FROM SYS.ALL_JAVA_NCOMPS;

Dependencies

[top of page]

SYS.ALL_JAVA_NCOMPS references the following:

SchemaSYS
TableJAVASNM$
TableOBJ$
TableOBJAUTH$
TableSYSAUTH$
TableUSER$
SYS.ALL_JAVA_NCOMPS is referenced by following:

SchemaPUBLIC
SynonymALL_JAVA_NCOMPS