TABLESPACE and TABLESPACE_NUMBER may not be both specified

Solution ID:ORA-14068

Type: Oracle

Cause

Both TABLESPACE and TABLESPACE_NUMBER clauses were specified for a table, index or an index partition

Actions

Remove the illegal option. If it is desired to add storage to individual partitions, ALLOCATE STORAGE clause may be specified with ALTER TABLE MODIFY PARTITION statement.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


Browse all solutions to database errors from Oracle, MS SQL, or MySQL