[Home] [Help]
[Dependency Information]
| Object Name: | DBA_JAVA_COMPILER_OPTIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
all native-compiler options
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | owner of the 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.DBA_JAVA_COMPILER_OPTIONS;
SYS
DBMS_JAVA
- show dependent code
JAVA$COMPILER$OPTIONS
USER$
PUBLIC
DBA_JAVA_COMPILER_OPTIONS
|
|
|
|