alter table move?
Hi guys!
Im trying to do reorganization of tablespace objects and im moving tables thru diffrent TB's so that HVM can release empty blocks, but i now have problem.
I have one big table 1,6 Gb of data and i need to move it to tablespace REORG in order to release some blocks. REORG has 1.7 Gb size and when i do this
alter table USER.TABLE move tablespace REORG
i get this error
ORA-01652: unable to extend temp segment by 16384 in tablespace REORG
so what you propose ?
Thanks in advance!