Oracle Error Message
ORA-10915: TABLESPACE GROUP cannot be specified for this type of tablespace
Reason for the Error
In CREATE/ALTER TABLESPACE, the TABLESPACE GROUP clause was used while creating/altering a tablespace that is not TEMPORARY.
Solution
Remove the TABLESPACE GROUP clause.