| Oracle DBMS_JAVA Version 26ai |
|---|
| General Information | |||||||||||||||||||
| Library Note |
|
||||||||||||||||||
| Purpose | Provides a PL/SQL interface for accessing database functionality from Java. | ||||||||||||||||||
| AUTHID | CURRENT_USER | ||||||||||||||||||
| Data Types | TYPE compiler_option_type IS RECORD(option_line VARCHAR2(128)); |
||||||||||||||||||
| Dependencies |
|
||||||||||||||||||
| Documented | Yes: Packages and Types Reference | ||||||||||||||||||
| Exceptions |
|
||||||||||||||||||
| First Available | With or prior to 10.1 | ||||||||||||||||||
| Security Model | Owned by SYS with EXECUTE granted to PUBLIC | ||||||||||||||||||
| Source | {ORACLE_HOME}/javavm/install/initdbj.sql | ||||||||||||||||||
| Subprograms |
|
||||||||||||||||||
| COMPILE_CLASS | |||||||||||||||||||
| Compiles all methods defined by the class identified by classname in the current schema | dbms_java.compile_class((classname IN VARCHAR2) RETURN NUMBER; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| COMPILE_METHOD | |||||||||||||||||||
| Compile the method specified by name and Java type signature defined by the class identified by classname in the current schema | dbms_java.compile_method( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DBMS_FEATURE_OJVM | |||||||||||||||||||
| Undocumented | dbms_java.dbms_feature_ojvm( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DBMS_FEATURE_SYSTEM_OJVM | |||||||||||||||||||
| Undocumented | dbms_java.dbms_feature_system_ojvm( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DECODE_NATIVE_COMPILER_OPTION | |||||||||||||||||||
| Undocumented | dbms_java.decode_native_compiler_option( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DELETE_PERMISSION | |||||||||||||||||||
| Removes an existing row with specified key from the policy table | dbms_java.delete_permission(key number) AS LANGUAGE JAVA |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DERIVEDFROM | |||||||||||||||||||
| Undocumented | dbms_java.derivedfrom( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DISABLE_OUTPUT_TO_FILE | |||||||||||||||||||
| Undocumented | dbms_java.disable_output_to_file(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DISABLE_OUTPUT_TO_JAVA | |||||||||||||||||||
| Disables a specification created by set_output_to_java | dbms_java.disable_output_to_java(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DISABLE_OUTPUT_TO_SQL | |||||||||||||||||||
| Undocumented | dbms_java.disable_output_to_sql(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DISABLE_OUTPUT_TO_TRC | |||||||||||||||||||
| Undocumented | dbms_java.disable_output_to_trc; |
||||||||||||||||||
exec dbms_java.disable_output_to_trc; |
|||||||||||||||||||
| DISABLE_PERMISSION | |||||||||||||||||||
| Undocumented | dbms_java.disable_output_to_sql(key IN NUMBER); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| DROPJAVA | |||||||||||||||||||
| Drops classes within the database using a call, rather than through the dropjava command-line tool | dbms_java.dropjava(options IN VARCHAR2)AS LANGUAGE JAVA |
||||||||||||||||||
exec dbms_java.dropjava('-s rdbms/jlib/schagent.jar'); |
|||||||||||||||||||
| DUMP_NATIVE_MACHINE_CODE | |||||||||||||||||||
| Dump the native code (if available) for the specified method to trace | dbms_java.dump_native_machine_code( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| ENABLE_OUTPUT_TO_FILE | |||||||||||||||||||
| Undocumented | dbms_java.enable_output_to_file(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| ENABLE_OUTPUT_TO_JAVA | |||||||||||||||||||
| Enables a specification created by set_output_to_java and subsequently disabled by disable_output_to_java | dbms_java.enable_output_to_java(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| ENABLE_OUTPUT_TO_SQL | |||||||||||||||||||
| Undocumented | dbms_java.enable_output_to_sql(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| ENABLE_OUTPUT_TO_TRC | |||||||||||||||||||
| Undocumented | dbms_java.enable_output_to_trc; |
||||||||||||||||||
exec dbms_java.enable_output_to_trc; |
|||||||||||||||||||
| ENABLE_PERMISSION | |||||||||||||||||||
| Undocumented | dbms_java.eable_output_to_sql(key IN NUMBER); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| ENDSESSION | |||||||||||||||||||
| Undocumented | dbms_java.endsession RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| ENDSESSION_AND_RELATED_STATE (new 23ai) |
|||||||||||||||||||
| Clears any java session state remaining from previous execution of java in the current RDBMS session and all supporting data related to running java |
dbms_java.endsession_and_related_state RETURN VARCHAR2; |
||||||||||||||||||
SELECT dbms_java.endsession_and_related_state; |
|||||||||||||||||||
| END_EXPORT | |||||||||||||||||||
| Undocumented | dbms_java.end_export RETURN NUMBER; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| END_IMPORT (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.end_import RETURN NUMBER; |
||||||||||||||||||
SELECT dbms_java.end_import; |
|||||||||||||||||||
| EXPORT_CLASS (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.export_class( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| EXPORT_RAW_CHUNK (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.export_raw_chunk( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| EXPORT_RESOURCE (new 23ai) |
|||||||||||||||||||
| Undocumented Overload 1 |
dbms_java.export_resource( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Undocumented Overload 2 |
dbms_java.export_resource( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Undocumented Overload 3 |
dbms_java.export_resource( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Undocumented Overload 4 |
dbms_java.export_resource( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| EXPORT_SOURCE (new 23ai) |
|||||||||||||||||||
| Undocumented Overload 1 |
dbms_java.export_source( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Overload 2 | dbms_java.export_source( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Overload 3 | dbms_java.export_source( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Overload 4 | dbms_java.export_source( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| EXPORT_TEXT_CHUNK (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.export_text_chunk( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| FINALIZE_OUTPUT_TO_FILE (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.finalize_output_to_file(id IN VARCHAR2); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| FIXED_IN_INSTANCE (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.fixed_in_instance( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| FULL_NCOMP_ENABLED (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.full_ncomp_enabled RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| GETVERSION | |||||||||||||||||||
| Retrieves the database version | dbms_java.getVersion RETURN VARCHAR2; |
||||||||||||||||||
SELECT dbms_java.getVersion; |
|||||||||||||||||||
| GET_COMPILER_OPTION | |||||||||||||||||||
| Returns the current compiler configuration "what" refers to a source name, package or class. Determine the option value for option optionName applied to "what" |
dbms_java.get_compiler_option( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| GET_JDK_VERSION | |||||||||||||||||||
| Retrieves the database JDK version | dbms_java.get_jdk_version RETURN VARCHAR2; |
||||||||||||||||||
SELECT dbms_java.get_jdk_version; |
|||||||||||||||||||
| GET_OJVM_PROPERTY (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.get_ojvm_property(propstring VARCHAR2) RETURN VARCHAR2 |
||||||||||||||||||
| TBD | |||||||||||||||||||
| GET_PROPERTY (new 23ai) |
|||||||||||||||||||
| Returns any value previously established by set_property, or null if there is no such value |
dbms_java.get_property(name IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| GET_REPLY (new 23ai) |
|||||||||||||||||||
| Returns reply chunks from the shell | dbms_java.get_reply RETURN LONG RAW; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| GRANT_PERMISSION | |||||||||||||||||||
| Grants Property Permissions Creates an active row in the policy table granting the permission, as specified, to grantee. This demo, at right, is courtesy of Ralph Mintel. and, when tested in 11.2.0.1, it was valid. Nothing obvious should prevent it from still being functional. |
dbms_java.grant_permission( |
||||||||||||||||||
-- ============================================== |
|||||||||||||||||||
| GRANT_POLICY_PERMISSION | |||||||||||||||||||
| A specialized version of GRANT_PERMISSION Overload 1 |
dbms_java.grant_policy_permission( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Overload 2 | dbms_java.grant_policy_permission( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| HOTLOAD_MODULE (new 23ai) |
|||||||||||||||||||
| Undocumented Overload 1 |
dbms_java.hotload_module(module IN VARCHAR2); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Overload 2 | dbms_java.hotload_module( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| IMPORT_RAW_CHUNK (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.import_raw_chunk( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| IMPORT_TEXT_CHUNK (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.import_text_chunk( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| INITIALIZE_OUTPUT_TO_FILE (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.initialize_output_to_file( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| INIT_BTL (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.init_btl( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| JAR_DIGEST (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.jar_digest( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| JAR_DIGEST_BYTES (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.jar_digest_bytes( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| JAR_NAME_FROM_MODULE (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.jar_name_from_module( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| LOADJAVA | |||||||||||||||||||
| Loads Java classes into the database See: ?/rdbms/admin/initsjty.sql |
dbms_java.loadjava(option IN VARCHAR2) AS LANGUAGE JAVA NAME 'oracle.aurora.server.tools.loadjava.LoadJavaMain.serverMain(java.lang.String)'; |
||||||||||||||||||
exec sys.dbms_java.loadjava('-v -r rdbms/jlib/sqljtype.jar'); |
|||||||||||||||||||
| LONGNAME (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.longname(shortname IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| NATIVE_COMPILER_OPTIONS (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.native_compiler_options RETURN compiler_option_type_table PIPELINED; |
||||||||||||||||||
SELECT * FROM TABLE(dbms_java.native_compiler_options); |
|||||||||||||||||||
| NCOMP_STATUS_MSG (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.ncomp_status_msg RETURN VARCHAR2 AS LANGUAGE JAVA NAME |
||||||||||||||||||
| TBD | |||||||||||||||||||
| OPTION_CONTROLLER (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.option_controller( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| QUERY_OUTPUT_TO_FILE (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.query_output_to_file(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| QUERY_OUTPUT_TO_JAVA (new 23ai) |
|||||||||||||||||||
| Returns a message describing a specification created by set_output_to_java | dbms_java.query_output_to_java(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| QUERY_OUTPUT_TO_SQL (new 23ai) |
|||||||||||||||||||
| Returns a message describing a specification created by set_output_to_sql | dbms_java.query_output_to_sql(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| QUERY_OUTPUT_TO_TRC (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.query_output_to_trc RETURN VARCHAR2; |
||||||||||||||||||
SELECT dbms_java.query_output_to_trc; |
|||||||||||||||||||
| REMOVE_OUTPUT_TO_FILE (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.remove_output_to_file(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| REMOVE_OUTPUT_TO_JAVA (new 23ai) |
|||||||||||||||||||
| Deletes a specification created by set_output_to_java. If no such specification exists, an error message is returned | dbms_java.remove_output_to_java(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| REMOVE_OUTPUT_TO_SQL (new 23ai) |
|||||||||||||||||||
| Deletes a specification created by set_output_to_sql. If no such specification exists, an error message is returned | dbms_java.remove_output_to_sql(id IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| REMOVE_PROPERTY (new 23ai) |
|||||||||||||||||||
| Removes any value previously set by set_property | dbms_java.remove_property(name IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| RESET_COMPILER_OPTION (new 23ai) |
|||||||||||||||||||
| Reset the option value and undos an action performed by set_compiler_option | dbms_java.reset_compiler_option( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| RESET_PROPERTY_DEFS_TABLE_FLAG | |||||||||||||||||||
| Undocumented | dbms_java.reset_property_defs_table_flag; |
||||||||||||||||||
exec dbms_java.reset_property_defs_table_flag; |
|||||||||||||||||||
| RESOLVER (23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.resolver( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| RESTRICT_PERMISSION | |||||||||||||||||||
| Restricts a permission as specified in the policy table | dbms_java.grant_policy_permission( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| REVOKE_PERMISSION | |||||||||||||||||||
| Disables any permissions that might have been granted | dbms_java.revoke_permission( |
||||||||||||||||||
See GRANT_PERMISSION Demo Above |
|||||||||||||||||||
| RUNJAVA (new 23ai) |
|||||||||||||||||||
| A facility for running java in the OJVM server resident VM using a command line interface emulating the JDK java shell command | dbms_java.runjava(runjava(cmdline IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| RUNJAVA_IN_CURRENT_SESSION (new 23ai) |
|||||||||||||||||||
| Same as runjava except that it does not clear the java state remaining from the previous use of java in the session prior to executing the current command line | dbms_java.runjava_in_current_session(cmdline IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SEND_COMMAND (new 23ai) |
|||||||||||||||||||
| Sends command chunks to the shell | dbms_java.send_command(chunk IN LONG RAW); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_COMPILER_OPTION (new 23ai) |
|||||||||||||||||||
| Sets the option value of the option optionName applied to what. Depending upon the characteristics of optionName it may apply to "descendants" of what as well. | dbms_java.set_compiler_option( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_EXECUTE_PRIVILEGE | |||||||||||||||||||
| Undocumented | dbms_java.set_execute_privilege( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_FIXED_IN_INSTANCE (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.set_fixed_in_instance( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_NATIVE_COMPILER_OPTION (new 23ai) |
|||||||||||||||||||
| Sets a native-compiler option to the specified value for the current schema | dbms_java.set_native_compiler_option( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_OUTPUT | |||||||||||||||||||
| Method for controlling destination of java output | dbms_java.set_output(buffersize IN NUMBER); |
||||||||||||||||||
exec dbms_java.set_output(1000000); |
|||||||||||||||||||
| SET_OUTPUT_TO_FILE (new 23ai) |
|||||||||||||||||||
| Defines a named output specification which constitutes a prescription to capture any output sent to the default System.out and System.err streams occurs | dbms_java.set_output_to_file( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_OUTPUT_TO_JAVA (new 23ai) |
|||||||||||||||||||
| defines a named output specification which constitutes a prescription for executing a java method wheneveroutput to the default System.out and System.err streams occurs | dbms_java.set_output_to_java( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_OUTPUT_TO_SQL (new 23ai) |
|||||||||||||||||||
| defines a named output specification which constitutes a prescription for executing a sql statement whenever -- output to the default System.out and System.err streams occurs |
dbms_java.set_output_to_sql( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_PERMISSION_DEBUG (new 23ai) |
|||||||||||||||||||
| Sets the debugging level | dbms_java.set_permission_debug(level IN NUMBER); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_PREFERENCE (new 23ai) |
|||||||||||||||||||
| Adds a preference to the database | dbms_java.set_preference( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_PROPERTY (new 23ai) |
|||||||||||||||||||
| Sets a value for a System property which will be used thereafter for the duration of the current RDBMS session whenever a java session is initialized | dbms_java.set_property( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_RUNTIME_EXEC_CREDENTIALS | |||||||||||||||||||
| Associate all database users with the OS account identified by credential pair 'osuser'/'ospass'.
The association is in effect for any user that does not have credentials Overload 1 |
dbms_java.set_runtime_exec_credentials( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Overload 2 | dbms_java.set_runtime_exec_credentials( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_SYSTEM_CLASS_LOADING (new 23ai) |
|||||||||||||||||||
| enables (1) or disables (0) system class loading for current session | dbms_java.set_system_class_loading(flag IN NUMBER); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SET_VERIFIER (new 23ai) |
|||||||||||||||||||
| Enables (1) or disables (0) the byte code verifier | dbms_java.set_verifier(flag IN NUMBER); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SHAREDPRIVATECLASSNAME (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.sharedprivateclassname(name IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
| TBD | |||||||||||||||||||
| SHORTNAME | |||||||||||||||||||
| Returns the shorted class name | dbms_java.shortname(longname IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||
SELECT dbms_java.shortname('oracle/mgd/idcode/IDCodeTranslator'); |
|||||||||||||||||||
| SHOW_PROPERTY (new 23ai) |
|||||||||||||||||||
| Establishes a value for a System property which will be used thereafter for the duration of the current RDBMS session whenever a java session is initialized | dbms_java.show_property( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| START_BTL | |||||||||||||||||||
| Undocumented | dbms_java.start_btl; |
||||||||||||||||||
exec dbms_java.start_btl; |
|||||||||||||||||||
| START_EXPORT | |||||||||||||||||||
| Undocumented | dbms_java.start_export( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| START_IMPORT (new 23ai) |
|||||||||||||||||||
| Undocumented | dbms_java.start_import( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| START_JMX_AGENT (new 23ai) |
|||||||||||||||||||
| Start an agent activating OJVM JMX server and remote listener | dbms_java.start_jmx_agent( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| STOPBTL | |||||||||||||||||||
| Undocumented | dbms_java.stop_btl; |
||||||||||||||||||
exec dbms_java.stop_btl; |
|||||||||||||||||||
| TERMINATE_BTL | |||||||||||||||||||
| Undocumented | dbms_java.terminate_btl; |
||||||||||||||||||
exec dbms_java.terminate_btl; |
|||||||||||||||||||
| UNCOMPILE_CLASS (new 23ai) |
|||||||||||||||||||
| If the class does not exist an ORA-29532 (Uncaught Java exception) will occur | dbms_java.uncompile_class( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| UNCOMPILE_METHOD (new 23ai) |
|||||||||||||||||||
| Uncompiles the method specified by the name and Java type signature defined by the class identified by classname in the current schema. | dbms_java.uncompile_method( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| UNHOTLOAD_MODULE (new 23ai) |
|||||||||||||||||||
| Undocumented Overload 1 |
dbms_java.unhotload_module(module IN VARCHAR2); |
||||||||||||||||||
| TBD | |||||||||||||||||||
| Overload 2 | dbms_java.unhotload_module( |
||||||||||||||||||
| TBD | |||||||||||||||||||
| UNSET_NATIVE_COMPILER_OPTION (new 23ai) |
|||||||||||||||||||
| unsets a native-compiler option given by the tuple [optionName, value] | dbms_java.unset_native_compiler_option( |
||||||||||||||||||
| TBD | |||||||||||||||||||