Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

10.2.0.4.0 upgrade!!

user106161May 4 2010 — edited May 10 2010
Hi Guys

I have to upgrade from 10.2.0.3.0 to 10.2.0.4.0 on windows 2003 server. I am confused about the Java Virtual Machine. The JVM is already configured (check below). Do i have to then install the Oracle Database 10g Products installation type from the Oracle Database 10g Companion CD before installing the 10.2.0.4 patch set. The second query at the bottom gives ORA-29558. If yes then I donot have the companion cd . Also I have a silly question; what is a companion cd- is it one of those 3 cds.

Thanks for your help guys

SQL> select * from all_registry_banners;

BANNER
--------------------------------------------------------------------------------
Oracle Database Catalog Views Release 10.2.0.3.0 - 64bi
Oracle Database Packages and Types Release 10.2.0.3.0 - Production
Oracle Workspace Manager 10.2.0.1.0 - Production
JServer JAVA Virtual Machine Release 10.2.0.3.0 - Production
Oracle XDK Release 10.2.0.3.0 - Production
Oracle Database Java Packages Release 10.2.0.3.0 - Production
Oracle Expression Filter Release 10.2.0.3.0 - Production
Oracle Data Mining Release 10.2.0.3.0 - Production
Oracle Text Release 10.2.0.3.0 - Production
Oracle XML Database Version 10.2.0.3.0 - Production
Oracle Rules Manager Release 10.2.0.3.0 - Production

BANNER
--------------------------------------------------------------------------------
Oracle interMedia Release 10.2.0.3.0 - Production
OLAP Analytic Workspace Release 10.2.0.3.0 - Production
Oracle OLAP API Release 10.2.0.3.0 - Production
OLAP Catalog Release 10.2.0.3.0 - Production
Spatial Release 10.2.0.3.0 - Production
Oracle Enterprise Manager Release 10.2.0.3.0 - Production

17 rows selected.

SQL> select dbms_java.full_ncomp_enabled from dual;
select dbms_java.full_ncomp_enabled from dual
*
ERROR at line 1:
ORA-29558: JAccelerator (NCOMP) not installed. Refer to Install Guide for
instructions.
ORA-06512: at "SYS.DBMS_JAVA", line 236
This post has been answered by jazz81 on May 10 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2010
Added on May 4 2010
9 comments
2,363 views