ALTER TABLE ... MOVE ONLINE TABLESPACE ... = Error in the Alert Log: ORA-600[ctccjt0]
(Doc ID 2444034.1)
Last updated on OCTOBER 09, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
Moving a table to an encrypted tablespace using this statement:
alter table <TableName> move online tablespace <TablespaceName> update indexes;
fails with the following error in the alert log:
ORA-00600: internal error code, arguments: [ctccjt0], [], [], [], [], [], [], [], [], [], [], []
The Call Stack Trace in the associated incident trace file shows:
ctccjt_create_journal_table <- ctcsoo_setup_online_op <- ctcdrv <- opiexe
<- opiosq0 <- kpooprx <- kpoal8 <- opiodr <- ttcpip <- opitsk <- opiino <- opiodr <- opidrv <- sou2o
<- opimai_real <- ssthrdmain <- main
<- opiosq0 <- kpooprx <- kpoal8 <- opiodr <- ttcpip <- opitsk <- opiino <- opiodr <- opidrv <- sou2o
<- opimai_real <- ssthrdmain <- main
Note: This issue may not be specific to an encrypted tablespace.
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 |
References |