随笔分类 - oracle
摘要:定位到影响数据库性能SQL的内存地址,从内存中刷出执行计划select address,hash_value,executions,parse_calls from v$sqlarea wheresql_id='4ca86dg34xg62';--清除出内存exec sys.dbms_shared_p
阅读全文
摘要:每当一个错误发生的时候,oracle会创建一个incident,并且分配一个INCIDENT_ID号,同时在ADR HOME的INCIDENT目录中创建相应的INCIDENT 目录,每个错误号一个INCIDENT目录,目录被命名为incdir_<INCIDENT_ID>。在incident 目录下含
阅读全文
摘要:环境:oracle 19C 1、自动统计收集的计划窗口信息 col REPEAT_INTERVAL for a60col DURATION for a20SELECT w.window_name, w.repeat_interval, w.duration, w.enabled FROM dba_a
阅读全文
摘要:教大家如何玩转跟踪(to owner session、other session) Oracle数据库的跟踪和分析方法 Oracle 数据库跟踪 SQL 的几种方法 Oradebug工具使用 https://blog.csdn.net/qq_43670385/article/details/1329
阅读全文
摘要:The examples are all done using Oracle Linux 5, 6, 7 and 8 so they will be consistent with RHEL and CentOS 5, 6, 7 and 8. Identify the Disks (/sbin/sc
阅读全文