UTLRP.SQL is running very slow with SDO objects after upgrade on 12.2
(Doc ID 2258213.1)
Last updated on SEPTEMBER 15, 2020
Applies to:
Oracle Spatial and Graph - Version 12.1.0.2 and laterOracle Database - Enterprise Edition - Version 12.2.0.1 to 12.2.0.1 [Release 12.2]
Information in this document applies to any platform.
Symptoms
An upgrade to 12.2.0.1.0 was completed in less than 45 minutes but utlrp.sql ran for about 10 hours.
This behavior occurs only in databases with large spatial indexes.
The upgrade process is invalidating them and running the following:
-------------------------
update /*+ no_parallel(t) */ "<SCHEMA_NAME>"."<TABLE_NAME>" t .....
-and-
begin dbms_utility.validate(:1,:2,:3,:4); end;
-------------------------
Changes
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 |
References |