Skip to content

Check if Java is installed in Oracle

If you want to know if Java is installed, use the following SQL :

  select * from dba_registry;

There should be an entry with comp_id equal to ‘JAVAVM’.

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*