Sign in with Google
Inicio › Foros › Base de Datos › Afinamiento y Rendimiento (Database) › Fragmentacion de Tabla
Hola
Tendrias las siguientes alternativas
1) Export / Import
– Exportar la tabla (rows=y e indexes=y)
– Trucante o drop table
– Importar la tabla
2) alter table owner.table move tablespace "nuevo_tablespace" y a continuacion el rebuil de todos sus indices.
Saludos