Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to make sure JVM is installed correctly in 8.1.7.3/11.5.7
ENV: HP-UX 11.0(64bit) RDBMS 8.1.7.3 Oracle apps 11.5.7
When ran addbjava.sql(which install JVM in db) found a couple of ora-4030 in logs(ie, initxml.log, initjms.log). According to Oracle note: there should be 10270 JAVA% objects and 0 invalids for 8.1.7.3.
I got 10404 JAVA% objects and 0 invalids. Is this OK?
select count(*) from dba_objects where object_type like 'JAVA%' and owner='SYS' (and status = 'INVALID');
Any help will be highly appreciated. TIA, Kurt. Received on Mon Sep 23 2002 - 14:20:34 CDT
![]() |
![]() |