Oracle Solution for Error ora-29918

Solution for Oracle Error ORA-29918

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 table

What 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