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


VIEW: SYS.USER_JAVA_COMPILER_OPTIONS

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

native compiler options provided by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OPTION_NAME VARCHAR2 (64)
name of native-compiler option
VALUE VARCHAR2 (4000)
value of the native-compiler option
Query Text

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


SELECT OPTION_NAME
,      VALUE
FROM SYS.USER_JAVA_COMPILER_OPTIONS;

Dependencies

[top of page]

SYS.USER_JAVA_COMPILER_OPTIONS references the following:

SchemaSYS
PL/SQL PackageDBMS_JAVA - show dependent code
TableJAVA$COMPILER$OPTIONS
SYS.USER_JAVA_COMPILER_OPTIONS is referenced by following:

SchemaPUBLIC
SynonymUSER_JAVA_COMPILER_OPTIONS