How can I move a LOBINDEX when the LOB column stores a VARRAY?
I am completely spinning my wheels on this one.
Oracle 12.1
Exadata X8 running Oracle Linux 7.9
I have an IOT 'MYTABLE.AQ$_TOA_QUEUE_TABLE_D'.
It has a column rsubs whose datatype is aq$_recipient.
aq$_recipient is a VARRAY(1024) of type aq$_agent.
aq$_agent is an OBJECT of
(col1 varchar2(), col2 varchar2(), col3 number).
This column is indexed with an index of type LOBINDEX. This index needs to be moved to a different tablespace but everything I have tried fails. I won't bore you with the million different DDL statements I have tried. Any help is eternally appreciated.