ORA-02215: duplicate tablespace name clause
What triggered the Error:
There is more than one TABLESPACE clause in the CREATE TABLE, CREATE INDEX, or CREATE ROLLBACK SEGMENT statement.What should we do to fix it:
Specify at most one TABLESPACE clause.