JVM installation fails and is marked as successfully installed
1.Navigate to ORA_HOME\javavm\install
2.Execute script rmjvm.sql as sysdba
3.Check if removal was successful:
select comp_name, version, status from dba_registry;
4.If status is invalid or removed:
Remove from registry$ where cid='JAVAVM';
Reinstall JVM with database configuration assistant.