| General Information |
| Library Note |
Morgan's Library Page Header
|
| Purpose |
Installation, loading, and uninstall of in-database Hadoop. |
| AUTHID |
CURRENT_USER |
| Dependencies |
| DBMS_JAVA_TEST |
DBMS_STANDARD |
|
|
| Documented |
No |
| Exceptions |
| Error Code |
Reason |
| ORA-29548 |
Java system classs reported: Cant do hotloading unless _ORACLE_SCRIPT is true |
|
| Pragmas |
PRAGMA_SUPPLEMENTAL_LOG_DATA(default, UNSUPPORTED); |
| First Available |
12.1 |
| Security Model |
Owned by SYS with no privileges granted |
| Source |
{ORACLE_HOME}/javavm/install/initdbj.sql |
| Subprograms |
|
| |
JMP_ROOT_ENABLED (new 23ai)  |
| If the use is SYS, calls dbms_java_test.funcall |
javavm_sys.jmp_root_enabled; |
exec javavm_sys.jmp_root_enabled;
PL/SQL procedure successfully completed. |
| |
| REHOTLOAD |
| Calls dbms_java_test.funcall to assign a value to a variable then executes NULL; |
javavm_sys.rehotload; |
exec javavm_sys.rehotload;
*
ORA-29548: Java system classs reported: Cant do hotloading unless _ORACLE_SCRIPT is true |