Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_JAVA_COMPILER_OPTIONS
displays information about the native compiler options accessible to the current user.
DBA_JAVA_COMPILER_OPTIONS
displays information about all native compiler options in the database.
USER_JAVA_COMPILER_OPTIONS
displays information about the native compiler options owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
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 |