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


VIEW: SYS.ALL_JAVA_COMPILER_OPTIONS

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

native-compiler options applicable to user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes owner of native-compiler option
OPTION_NAME VARCHAR2 (64)
name of the 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 OWNER
,      OPTION_NAME
,      VALUE
FROM SYS.ALL_JAVA_COMPILER_OPTIONS;

Dependencies

[top of page]

SYS.ALL_JAVA_COMPILER_OPTIONS references the following:

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

SchemaPUBLIC
SynonymALL_JAVA_COMPILER_OPTIONS