JavaVM

From Oracle FAQ

Jump to: navigation, search

JServer or JavaVM is a database resident JVM (Java Virtual Machine) that allows Java programs to run within the Oracle database server.

Install

JavaVM can be installed with the DBCA utility or manually:

cd $ORACLE_HOME/javavm
sqlplus "SYS/ AS SYSDBA" @initjvm.sql

Remove

JavaVM can be deinstalled with the DBCA utility or manually:

cd $ORACLE_HOME/javavm
sqlplus "SYS/ AS SYSDBA" @rmjvm.sql
Personal tools