日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

oracle cpu 100%原因,oracle 12.1 cpu 100%

發布時間:2023/12/4 编程问答 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 oracle cpu 100%原因,oracle 12.1 cpu 100% 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

查看整體負載

cpu使用居高不下;基本上整體CPU是百分80%以上了;

此時:物理讀600MB/s,REDO也不算太高;

全為latch free,一般為bug高發區

檢查相關SQL

基本為系統SQL:4b4wp0a8dvkf0,11bzv8fm87zvr,3uqkkfu1crw8y,frjd8zfy2jfdq,8mdz49zkajhw3

相關BUG:

1 Frequent Execution of Recursive Sql Metrics Collector SQL_ID "frjd8zfy2jfdq" in 12.1.0.2 (Doc ID 2059121.1)

alter sysetm set _OPTIMIZER_DYNAMIC_SAMPLING=0

2 Very Long Parse Time for Queries in InMemory Database (Doc ID 2102106.1)

High “Latch Free” Waits with Contention on ‘Result Cache: RC Latch’ when RESULT_CACHE_MODE = MANUAL on Oracle 12c (Doc ID 2002089.1)

alter system set "_optimizer_ads_use_result_cache" = FALSE

3 Bug 18511269 : ORA-600 [KKSGAGETNOALLOC_INT0] RUNNING WORKLOAD & ONLINE REDEF CONCURRENTLY (Doc ID 2175884.1)

SYMPTOMS

Following error is reported on the alert log and trace file may contain the following information:

Dump continued from file: /u01/app/oracle/diag/rdbms/flowr/FLOWR2/trace/FLOWR2_ora_31705.trc

[TOC00001]

ORA-00600: internal error code, arguments: [kksgaGetNoAlloc_Int0], [11], [11], [], [], [], [], [], [], [], [], []

----- Current SQL Statement for this session (sql_id=4b4wp0a8dvkf0) -----

SELECT executions, end_of_fetch_count, elapsed_time/px_servers elapsed_time, cpu_time/px_servers cpu_time, buffer_gets/executions buffer_gets FROM (SELECT sum(executions_delta) as EXECUTIONS, sum(case when px_servers_execs_delta > 0 then px_servers_execs_delta else executions_delta end) as px_servers, sum(end_of_fetch_count_delta) as end_of_fetch_count, sum(elapsed_time_delta) as ELAPSED_TIME, sum(cpu_time_delta) as CPU_TIME, sum(buffer_gets_delta) as BUFFER_GETS FROM DBA_HIST_SQLSTAT s, V$DATABASE d, DBA_HIST_SNAPSHOT sn WHERE s.dbid = d.dbid AND bitand(nvl(s.flag, 0), 1) = 0 AND sn.end_interval_time > (select systimestamp at TIME ZONE dbtimezone from dual) - 7 AND s.sql_id = :1 AND s.snap_id = sn.snap_id AND s.instance_number = sn.instance_number AND s.dbid = sn.dbid AND parsing_schema_name = :2)

[TOC00004-END]

client details:

O/S info: user:, term: , ospid: 31700

machine: 3012 program: perl@***** (TNS V1-V3)

application name: Oracle Enterprise Manager.Metric Engine, hash value=2371535196

這個BUG只能打補丁;

4 8mdz49zkajhw3,ORA-4031 During Automatic Report Flush Query Execution After Upgrade To 12.1.0.2 (Doc ID 2330230.1)

To avoid the error use any of below alternatives:

1/ Increase the SGA size by running the SGA_TARGET_ADVISOR and set a minimum size for shared_pool_size based on the recommendation of the shared pool advisor.

OR-

2/ Use the workaround:

Turn off the "Automatic Report Flush" feature by setting:

SQL> alter system set "_report_capture_cycle_time"=0; /* Default is 60 seconds */

參考:

Troubleshooting 'cursor: pin S wait on X' waits. (Doc ID 1349387.1)

High Waits On Real-time Descriptor Latch From 12.1.0.1 (Doc ID 2382299.1)

Database Hang on 12c with 'Cursor: Pin S wait on X', 'Row Cache Lock' and 'Library Cache Load Lock' (Doc ID 2127483.1)

12c: 'acknowledge over PGA limit' Wait Event (Doc ID 2138882.1)

High Wait Time for 'cursor: pin S wait on X' Event After Upgrade (Doc ID 1949691.1)

總結

以上是生活随笔為你收集整理的oracle cpu 100%原因,oracle 12.1 cpu 100%的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。