修改表所属表空间:alter table 表名 move tablespace "表空间名称"

修改表索引所属表空间:alter index 索引名 rebuild tablespace "表空间名称"

查询某表空间的所有表:select segment_name from dba_segments where owner='表空间名称' and segment_type='TABLE' group by segment_name

相关文章:

  • 2022-12-23
  • 2021-08-06
  • 2022-02-13
  • 2022-02-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-06-03
  • 2022-01-07
  • 2022-12-23
相关资源
相似解决方案