Tech and travel

Check if Java is installed in Oracle

2007-06-06

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’.

Copyright (c) 2024 Michel Hollands