These sections describe compatibility, upgrading, downgrading, and installation topics for Oracle Database 12c Release 2 (12.2).
JDK7 is the minimum Java version for Oracle REST Data Services (ORDS).
A core dump ORA-00600 [8153]
error is encountered after the database is upgraded to Oracle Database 12c Release 2 (12.2) and then downgraded back to its original release (reference Bug 20898997).
Always apply the patch for this bug before upgrading the database to Oracle Database 12c Release 2 (12.2).
If SQLJ types are present when downgrading from Oracle Database 12c Release 2 (12.2) to Oracle Database 11g Release 2 (11.2.0.3), then the following ORA-00600
error can occur when running utlrp.sql
to recompile invalid objects after running catrelod.sql
(reference Bug 16230705):
ORA-00600: internal error code, arguments: [16211]
Apply the patch for this bug and recompile the type using the ALTER TYPE COMPILE
statement.