數據表從一個表空間中移動到另外一個表空間中

數據表從一個表空間中移動到另外一個表空間中數據庫 1) alter table [table_name] move tablespace [new tablespace]; 移動LOB字段 2) alter table [table_name] move lob ([lobsegment_name]) store as (tablespace [new tablespace]); 移動(重建)索引
相關文章
相關標籤/搜索