当前位置:网站首页>Space not freed after TRUNCATE table
Space not freed after TRUNCATE table
2022-08-09 23:44:00 【change】
oracle version 11.2.0.4
Truncate a batch of tables. Before the operation, I checked the size of dba_segments, a total of 500G. After truncate, the table space is still so large, and there is no more space in v$asm_diskgroup. What is the reason?
Accepted answer 1:
Content from:
https://blog.csdn.net/u010371854/article/details/9118323
You see if it fits your situation.
Other Answer 1:
Content from:
https://blog.csdn.net/u010371854/article/details/9118323
You see if it fits your situation.
Other Answer 2:
v$asm_diskgroup This is queried, and the data file corresponding to the tablespace needs to be resized before it will change.
Look, are these tables of truncate in the tablespace you checked?
Other Answer 3:
Yes, I recorded the capacity and usage ratio of the tablespace before the TRUNCATE operation.
Other Answer 4:
It may be the cause of INITIAL_EXTENT, You try to shrink the truncate table
边栏推荐
猜你喜欢
阿里云架构师金云龙:基于云XR平台的视觉计算应用部署
【微服务~Nacos】Nacos之配置中心
Quotefancy ,提供鼓舞人心语录的壁纸网站 - 倾城之链
孙正义亏掉1500亿:当初投贵了
角度和弧度的相互换算
【双链表增删查改接口的实现】
[Implementation of the interface for adding, deleting, checking, and modifying a double-linked list]
几种绘制时间线图的方法
好未来,想成为第二个新东方
Xiaohei's leetcode journey: 94. Inorder traversal of binary trees (supplementary Morris inorder traversal)
随机推荐
STC8H开发(十五): GPIO驱动Ci24R1无线模块
Install win virtual machine on VMware
laravel 表迁移报错[通俗易懂]
AI+Medical: Using Neural Networks for Medical Image Recognition and Analysis
The kvm virtual machine cannot be started, NOT available, and the PV is larger than the partition
国内手机厂商曾为它大打出手,如今它却最先垮台……
单元测试
Metasploit常用命令、技术功能模块
Leetcode 93 IP addresses
抽象类 or 接口
Reinforcement Learning Weekly Issue 57: DL-DRL, FedDRL & Deep VULMAN
Flask之路由(app.route)详解
聊聊SQL语句中 DDL 、DML 、DQL 、DCL 分别是什么
Shanghai Konan SmartRocket series product introduction (3): SmartRocket iVerifier computer interlocking system verification tool
CVPR22 Oral|通过多尺度token聚合分流自注意力,代码已开源
2022 首期线下 Workshop!面向应用开发者们的数据应用体验日来了 | TiDB Workshop Day
肝通宵写了三万字把SQL数据库的所有命令,函数,运算符讲得明明白白讲解,内容实在丰富,建议收藏+三连好评!
小黑leetcode之旅:94. 二叉树的中序遍历(补充Morris 中序遍历)
2021(ICPC)亚洲区域赛昆明站(CGHIJLM)
【双链表增删查改接口的实现】