Sunday, July 10, 2011

Is java installed in the database?

This will return 9000'ish if it is...

select  count(*)
from  all_objects
where  object_type like '%JAVA%'
and  owner = 'SYS'
/

No comments: