博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【翻译自mos文章】在12c中Create or Truncate Table时非常慢,等待事件为 DFS Lock Handle wait...
阅读量:4658 次
发布时间:2019-06-09

本文共 857 字,大约阅读时间需要 2 分钟。

来源于:

Create or Truncate Table Slow in 12c While Waiting for DFS Lock Handle wait (文档 ID 2085308.1)

APPLIES TO:

Oracle Database - Enterprise Edition - Version 12.1.0.2 and later

Information in this document applies to any platform.

SYMPTOMS

In 12c database, create or truncate table is very slow. High "DFS lock handle" waits are observed.  Same create or truncate statement runs faster in 11g.

CHANGES

 Upgraded to 12c

CAUSE

The issue is due to inmemory stats being flushed during the truncate of the parent segment. 

This has been discussed in below bugs:

Bug  - CREATE TABLE VERY SLOW

closed as duplicate of
Bug  - SLOW TRUNCATE ON 12.1.0.2 DUE TO "DFS LOCK HANDLE"

 

SOLUTION

Download and apply interim patch 20171986 .

 

REFERENCES

 - CREATE TABLE VERY SLOW
 - ORA-00600 Upon 'alter Table [name] No Row Archival' 

转载于:https://www.cnblogs.com/lxjshuju/p/7151961.html

你可能感兴趣的文章
sprintf 和strcpy 的差别
查看>>
JS中window.event事件使用详解
查看>>
ES6深入学习记录(一)class方法相关
查看>>
C语言对mysql数据库的操作
查看>>
INNO SETUP 获得命令行参数
查看>>
HTML5与CSS3权威指南之CSS3学习记录
查看>>
docker安装部署
查看>>
AVL树、splay树(伸展树)和红黑树比较
查看>>
多媒体音量条显示异常跳动
查看>>
运算符及题目(2017.1.8)
查看>>
ssh自动分发密匙脚本样板
查看>>
转 小辉_Ray CORS(跨域资源共享)
查看>>
Linux安装postgresql
查看>>
MyBatis启动:MapperStatement创建
查看>>
【 全干货 】5 分钟带你看懂 Docker !
查看>>
[转]优化Flash性能
查看>>
popStar手机游戏机机对战程序
查看>>
lambda表达式树
查看>>
二次注入原理及防御
查看>>
会话记住已登录功能
查看>>