ORA-10915: TABLESPACE GROUP cannot be specified for this type of tablespace
What triggered the Error:
In CREATE/ALTER TABLESPACE, the TABLESPACE GROUP clause was used while creating/altering a tablespace that is not TEMPORARY.What should we do to fix it:
Remove the TABLESPACE GROUP clause.