My Oracle Support Banner

Insert Statement Stuck In Production System For Hours After Upgrading DB To 19.12 (Doc ID 2827285.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 19.12.0.0.0 and later
Information in this document applies to any platform.

Symptoms

In 19.12, an INSERT statement that usually completes in  a second, took ~19 hours to complete. 
The insert uses the ignore_row_on_dupkey_index hint to allow the insert to complete if a unique key violation is encountered.

Changes

 The database was recently upgraded from 19.7 to 19.12

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
 ex)
 insert /*+ ignore_row_on_dupkey_index(TMDISCRETE_SID2,PK_TMDISCRETE_SID2) */ into Test  select * from Test_stage src;
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.