更换表的表空间

    技术2022-05-11  70

    现在有两个空间AA和BB,表CC创建在BB中,而且此表有数据,更改表CC 的表空间为AA,而且数据都在可以使用如下的方式 method 1: ALTER TABLE table_name MOVE TABLESPACE tablespace_name method 2: a.exp table data; b. create a new table in the BB tablespace the same as the old table c. imp the data

    最新回复(0)