当前位置:网站首页>Oracle库访问很慢,是什么原因?
Oracle库访问很慢,是什么原因?
2022-07-28 18:43:00 【Root__Liu】
Oracle库访问很慢,是什么原因?
采纳答案1:
提供个简单的思路吧:
1、全库慢还是部分应用慢?
2、数据库层面慢还是系统层面慢?
若是全库慢,可通过分析服务器资源使用情况和数据库层面有无锁、堵塞、异常等待事件等来分析。
若是部分应用慢,其他应用正常,可通过分析SQL来优化。
其他答案1:
提供个简单的思路吧:
1、全库慢还是部分应用慢?
2、数据库层面慢还是系统层面慢?
若是全库慢,可通过分析服务器资源使用情况和数据库层面有无锁、堵塞、异常等待事件等来分析。
若是部分应用慢,其他应用正常,可通过分析SQL来优化。
其他答案2:
你这个问题,太笼统了。有没有具体的现象,或日志之类的吗
其他答案3:
zCloud是一个高效智能的混合数据库云化管理平台,能够统一纳管多种类型的数据库,提供服务化、自动化、智能化的数据库全生命周期管理,包括自动化安装部署、统一监控、智能巡检、性能容量管理、SQL审核、高可用和备份恢复管理等功能。zCloud持续构建稳定、安全、可靠、高性能的数据库运行环境,单位时间可将数据库资源交付效率提升10倍,将管理成本降低60%。
其他答案4:
1、没有索引或者没有用到索引(这是查询慢最常见的问题,是程序设计的缺陷)
2、I/O吞吐量小,形成了瓶颈效应。
3、没有创建计算列导致查询不优化。
4、内存不足
5、网络速度慢
6、查询出的数据量过大(可以采用多次查询,其他的方法降低数据量)
7、锁或者死锁(这也是查询慢最常见的问题,是程序设计的缺陷)
8、sp_lock,sp_who,活动的用户查看,原因是读写竞争资源。
9、返回了不必要的行和列
10、查询语句不好,没有优化
排查吧
其他答案5:
通常是负荷问题。看一下对应的AWR,分析一下。
其他答案6:
1、是否是建立链接慢?----》有可能网络问题,系统资源问题,DNS解析问题
2、数据库SQL执行慢?
a、单条sql慢----》需要查看该sql的执行计划情况,执行计划是否改变,统计信息是否准确,异常等待时间。
b、全部慢 -----》数据库是否有会话堵塞,行锁,异常等待事件。
边栏推荐
猜你喜欢
Nocturnal simulator settings agent cannot be saved
About the title of linking to other pages
[C语言刷题篇]链表运用讲解
[dynamic link library (DLL) initialization example program failed "problem]
Explain the life cycle function in unity in detail
Shanghai Jiaotong University joined hands with Taobao to set up a media computing laboratory: promoting the development of key technologies such as video super score
"When you are no longer a programmer, many things will get out of control" -- talk to SUSE CTO, the world's largest independent open source company
Use of DDR3 (axi4) in Xilinx vivado (1) create an IP core
Anaconda creation environment
Solutions to the environment created by Anaconda that cannot be displayed in pycharm
随机推荐
如何用Redis实现事物以及锁?
PXE_ KS unattended system
Unity performance optimization scheme arrangement
Linxu [permission, sticky bit]
Redis入门一:Redis实战读书笔记
How to make the design of governance structure more flexible when the homogenization token is combined with NFT?
Raspberry pie 4B deploy yolov5 Lite using ncnn
Usage Summary of thymeleaf
js飞入js特效弹窗登录框
UE4 3dui widget translucent rendering blur and ghosting problems
Explain RESNET residual network in detail
Extract China map from global.Nc data and calculate regional CO2 value based on acgis
Commands related to obtaining administrator permissions
System. ArgumentException: Object of type ‘System. Int64‘ cannot be converted to type ‘System.Int32‘
Unity package project to vs deploy hololens process summary
SQL审核工具自荐Owls
Read JSON configuration file to realize data-driven testing
Soft raid
MySQL startup error 1607 unexpected process termination
C reads the data in the CSV file and displays it after importing the DataTable