ctx_dll.optimize_index and ORA-14097
Using Oracle 10g (10.2.0.4) on Solaris. I ran the following command:
begin
ctxsys.ctx_ddl.optimize_index(idx_name=>'<index name>', optlevel=>CTX_DDL.OPTLEVEL_REBUILD);
end;
/
and I received ORA-14097 column type or size mismatch in ALTER TABLE EXCHANGE PARTITION. Does anyone have any clues as to why I received this error?