Tuesday, 14 February 2012

ORA-10920: Cannot offline tablespace belonging to default temporary tablespace group

ORA-10920: Cannot offline tablespace belonging to default temporary tablespace group

Cause: An attempt was made to offline a tablespace in the default database temporary tablespace group.

Action: Either change the database default temporary tablespace or change the tablespace group of this tablespace.

ORA-10919: Default temporary tablespace group must have at least one tablespace

ORA-10919: Default temporary tablespace group must have at least one tablespace

Cause: An attempt was made to move the only tablespace in the default database temporary tablespace group to another tablespace group.

Action: Either change the database default temporary tablespace or add another tablespace to the group that this tablespace belongs to.

ORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name

ORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name

Cause: The tablespace group name specified in the command is the same as the tablespace being CREATEd or ALTERed.

Action: Please specify an appropriate tablespace group name.

ORA-10917: TABLESPACE GROUP cannot be specified

ORA-10917: TABLESPACE GROUP cannot be specified

Cause: The tablespace name specified in the command is actually the name of a tablespace group.

Action: Please specify an appropriate tablespace name.

ORA-10916: TABLESPACE GROUP already specified

ORA-10916: TABLESPACE GROUP already specified

Cause: In CREATE or ALTER TABLESPACE, the TABLESPACE GROUP option was specified more than once.

Action: Remove all but one of the TABLESPACE GROUP specifications.

ORA-10915: TABLESPACE GROUP cannot be specified for this type of tablespace

ORA-10915: TABLESPACE GROUP cannot be specified for this type of tablespace

Cause: In CREATE or ALTER TABLESPACE, the TABLESPACE GROUP clause was used while creating or altering a tablespace that is not TEMPORARY.

Action: Remove the TABLESPACE GROUP clause.

ORA-10914: invalid TABLESPACE GROUP clause

ORA-10914: invalid TABLESPACE GROUP clause

Cause: An invalid option appears for TABLESPACE GROUP clause.

Action: Specify a valid tablespace group name.