se puede cambiar una tabla de tablespace?como?
Si se puede y es super sencillo yo lo he hecho asi:
ALTER TABLE xxxxxx MOVE TABLESPACE ttttttttt;
ALTER TABLE xxxxxx MOVE TABLESPACE ttttttttt;
Es correcto, pero ten cuidado porque con esta instrucción los índices de la tabla que se mueve se quedan UNUSABLE, y hay que volvera e reconstruirlos.
CAMBIE UNA TABLA DE TABLESPACE Y ME MARCA ESTE ERROR
ORA-02291: integrity constraint (CTE_UNICO.CLT_UNICO_AGRUPA_CLIENTE) violated - parent key not found
ORA-02291: integrity constraint (CTE_UNICO.CLT_UNICO_AGRUPA_CLIENTE) violated - parent key not found
