Database Error Messages

OCI-08107

cannot perform DDL on an internal journal table string.string

Cause

DDL is not allowed on an internal journal table created for online index build.


Action

Wait for SMON to drop the internal journal table that is not being used, or try the function ONLINE_INDEX_CLEAN in PL/SQL package DBMS_REPAIR to clean it on demand.