ERROR | cannot create domain indexes on temporary tables |
CAUSE | An attempt was made to create a domain index on a temporary table |
ACTION | Either create another type of index on the temporary table or change the table from temporary to a permanent table |
ERROR | cannot create domain indexes on temporary tables |
CAUSE | An attempt was made to create a domain index on a temporary table |
ACTION | Either create another type of index on the temporary table or change the table from temporary to a permanent table |