Hi,
I am trying to move the table from one tablespace to another and I am getting this error.
SQL> alter table omc.temp_anuj move tablespace users;
alter table omc.temp_anuj move tablespace users
*
ERROR at line 1:
ORA-14004: missing PARTITION keyword
SQL> alter table omc.temp_anuj move parallel nologging tablespace users;
alter table omc.temp_anuj move parallel nologging tablespace users
*
ERROR at line 1:
ORA-14004: missing PARTITION keyword
The Oracle Version is Oracle 8.0.6.0.0
Why this is happening?
I am trying to move the table from one tablespace to another and I am getting this error.
SQL> alter table omc.temp_anuj move tablespace users;
alter table omc.temp_anuj move tablespace users
*
ERROR at line 1:
ORA-14004: missing PARTITION keyword
SQL> alter table omc.temp_anuj move parallel nologging tablespace users;
alter table omc.temp_anuj move parallel nologging tablespace users
*
ERROR at line 1:
ORA-14004: missing PARTITION keyword
The Oracle Version is Oracle 8.0.6.0.0
Why this is happening?