When Creating Table ORA-00600: [ktssinseg2], [60] Received
(Doc ID 1952857.1)
Last updated on FEBRUARY 23, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
When attempting to run the following:
CREATE TABLE <TABLE_NAME>> NOLOGGING COMPRESS PARALLEL 8
AS
SELECT DISTINCT <COL1>, 'Y' <COL2>
FROM <TABLE_NAME1>
WHERE <COL3> IN ('<VALUE1>', '<VALUE2>')
the following error occurs:
ORA-00600: internal error code, arguments: [ktssinseg2], [60], [5], [2530939], [], [], [], [], [], [], [], []
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 |