How can I find out the java version Oracle has ?
XaviMar 26 2012 — edited Mar 26 2012How can I find out the java version Oracle has built in?
I've tried with ..
SELECT comp_id, comp_name, version
FROM dba_registry ;
But I get.."table doesn't not exist".
Thenks in advance!