使用sqlplus 操作

alter table TEST_TB1 move storage(initial 64K);

alter table TEST_TB1 move  ;

select SEGMENT_NAME,BYTES/1024/1024 M from user_segments where SEGMENT_NAME like 'TEST_TB%';

相关文章:

  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-07-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-01-01
相关资源
相似解决方案