How Oracle Move Table to Another Tablespaceby Ed ChenDecember 8, 2021May 14, 2022Alter Table Move Tablespace Basically, moving an Oracle table can defragment the data and make it compact so as to gain some benefit when performing… Read More »How Oracle Move Table to Another Tablespace
How to Resolve ORA-14808: table does not support ONLINE MOVE TABLEby Ed ChenDecember 6, 2021December 8, 2021ORA-14808 Saw error ORA-14808 when we tried to move a Large Object (LOB) column to another tablespace online. SQL> alter table PM.PRINT_MEDIA move online lob(AD_PHOTO)… Read More »How to Resolve ORA-14808: table does not support ONLINE MOVE TABLE