Parallel INSERT...SELECT From Multiple Clients Cause ORA-7445 [insdlMerge()]
(Doc ID 2990607.1)
Last updated on NOVEMBER 30, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.20.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Parallel INSERT...SELECT from multiple clients just after creating new table cause ORA-7445 [insdlMerge()].
Step by step for reproduce :
1) Drop and create table A
2) Run "insert /*+ ENABLE_PARALLEL_DML PARALLEL(50) */ into A ... select from B" from multiple clients simultaneously
1) Drop and create table A
2) Run "insert /*+ ENABLE_PARALLEL_DML PARALLEL(50) */ into A ... select from B" from multiple clients simultaneously
Stack:
Changes
none.
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 |