Companion Patch to OC_5.0.1.8 - Patch OC 5.0.1.40 (patch 22497899) performance issues executing compile_all_invalid.sql.
(Doc ID 2097334.1)
Last updated on DECEMBER 03, 2019
Applies to:
Oracle Clinical Remote Data Capture Option - Version 5.0.1 and laterInformation in this document applies to any platform.
Symptoms
When installing patch 5.0.1.8, the driver script: oclupg5.0.1.8drvr.sql calls compile_all_invalid.sql to recompile invalidated code was slow or failed on some environments.
Severe performance issues or failures were observed when attempting to run this driver script, because of compile_all_invalid.sql using all_objects.
Changes
Patch 5.0.1.40 includes a replacement for the script compile_all_invalid.sql, in which the query against all_objects is now executed against dba_objects.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |