ORA-29918: cannot create domain indexes on temporary tables
What triggered the Error:
An attempt was made to create a domain index on a temporary tableWhat should we do to fix it:
Either create another type of index on the temporary table or change the table from temporary to a permanent table