Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How to make sure JVM is installed correctly in 8.1.7.3/11.5.7

How to make sure JVM is installed correctly in 8.1.7.3/11.5.7

From: Kurt Sun <sunk_at_focushope.edu>
Date: 23 Sep 2002 12:20:34 -0700
Message-ID: <390d95fb.0209231120.50d8f7d@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US