I got this internal error ORA -00600
with arguments [12811] [2083824]
when I try to create index. How can I fix it?
ALTER TABLE "UTEST_PARAMETERS_LIST" MODIFY "SOURCE_NAME" NUMBER(11);
ALTER TABLE "UTEST_PARAMETERS_LIST" MODIFY "SOURCE_NAME" DEFAULT 0;`
CREATE INDEX "D178F60FBEDDDCCBA2B5E71814AC80" ON "UTEST_PARAMETERS_LIST" ("SOURCE_NAME");
Version: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
ORA-12811: PARALLEL_MIN_SERVERS must be less than or equal to PARALLEL_MAX_SERVERS
In my case these parameters are equal=8, both