Moving table to another tablespace. Table has long raw datatype
Hello,
I am attempting to move a table to another tablespace. This table has a long raw datatype. So I am using 'alter table table_name move tablespace new_tablespace_name' but this statement does not work because the table has a column that is of datatype 'long raw'.
The database is 10v2 and I am thinking of exporting the table and then import it using the option remap_tablespace. Would this work even though the table has long raw datatype? Thank you.