Large Row Cache Lock with Multiple Create Table Commands
(Doc ID 2480597.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
- High row cache lock on 2 node RAC
- Many create table statements are ran from a procedure:
CREATE TABLE TEST_48 COMPRESS TABLESPACE LAB_PROD_NO_LOGGING AS SELECT * FROM TEST_STAGE WHERE 1=2
CREATE TABLE TEST_97 COMPRESS TABLESPACE LAB_PROD_NO_LOGGING AS SELECT * FROM TEST_STAGE WHERE 1=2
CREATE TABLE TEST_618 COMPRESS TABLESPACE LAB_PROD_NO_LOGGING AS SELECT * FROM TEST_STAGE WHERE 1=2...
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 |
Cause |
Solution |