A step is missing in the installation script that caused a jar file not uploaded to the database. This affects all platforms of the database versions 9.2 and 10.1. If JVM was not installed, no action is required. To rectify the problem, implement these steps after the CPUApr2005 patch is installed:
- Startup all the database instances running out of the ORACLE_HOME being patched.
- For each database instance running out of the ORACLE_HOME being patched, connect to the database using Sqlplus as sysdba and runthe following command:
SQL> exec sys.dbms_java.loadjava(‘-v -f -r -s -g public rdbms/jlib/CDC.jar’)
No comments