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


VIEW: SYS.USER_JAVA_NCOMPS

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

ncomp related information of java classes owned by user

[View Source]

Columns
Name Datatype Length Mandatory Comments
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 NAME
,      SOURCE
,      INITIALIZER
,      LIBRARYFILE
,      LIBRARY
FROM SYS.USER_JAVA_NCOMPS;

Dependencies

[top of page]

SYS.USER_JAVA_NCOMPS references the following:

SchemaSYS
TableJAVASNM$
TableOBJ$
SYS.USER_JAVA_NCOMPS is referenced by following:

SchemaPUBLIC
SynonymUSER_JAVA_NCOMPS