[Home] [Help]
[Dependency Information]
| Object Name: | ALL_JAVA_COMPILER_OPTIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
native-compiler options applicable to user
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OPTION_NAME
, VALUE
FROM SYS.ALL_JAVA_COMPILER_OPTIONS;
SYS
DBMS_JAVA
- show dependent code
JAVA$COMPILER$OPTIONS
USER$
PUBLIC
ALL_JAVA_COMPILER_OPTIONS
|
|
|
|