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


VIEW: SYS.ALL_JAVA_RESOLVERS

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

resolver of java class owned by user

[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
TERM_INDEX NUMBER

index of the resolver term in this row
PATTERN VARCHAR2 (4000)
resolver pattern of the resolver term identified by TERM_INDEX column
SCHEMA VARCHAR2 (64)
resolver schema of the resolver term identified by TERM_INDEX column
Query Text

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


SELECT OWNER
,      NAME
,      TERM_INDEX
,      PATTERN
,      SCHEMA
FROM SYS.ALL_JAVA_RESOLVERS;

Dependencies

[top of page]

SYS.ALL_JAVA_RESOLVERS references the following:

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

SchemaPUBLIC
SynonymALL_JAVA_RESOLVERS