1.解决方法

select
'alter table ' || table_name || ' allocate extent;'
from
user_tables where num_rows = 0

上面的是得到未分配表存储空间的Tsql,直接在工具里运行得到结果


将结果复制在
cmd中运行
sqlplus 用户/密码@服务名

相关文章:

  • 2021-11-28
  • 2021-11-23
  • 2022-01-24
  • 2022-12-23
  • 2021-12-08
  • 2021-06-03
  • 2021-09-17
  • 2021-11-25
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案