ORA-14084: you may specify TABLESPACE DEFAULT only for a LOCAL index
What triggered the Error:
User attempted to specify TABLESPACE DEFAULT for an object other than a LOCAL index, which is illegal.What should we do to fix it:
Reenter the statement without TABLESPACE DEFAULT clause.