How to fix the Oracle error ORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name?
In this post, you’ll learn more about the Oracle ErrorORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name
Reason for the Error ORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name
The tablespace group name specified in the command is the same as the tablespace being CREATEd/ALTERed.
How to fix the Error ORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name ?
You can fix this error in Oracle by following the below steps
Please specify an appropriate tablespace group name.
Leave Your Comment