<output id="qn6qe"></output>

    1. <output id="qn6qe"><tt id="qn6qe"></tt></output>
    2. <strike id="qn6qe"></strike>

      亚洲 日本 欧洲 欧美 视频,日韩中文字幕有码av,一本一道av中文字幕无码,国产线播放免费人成视频播放,人妻少妇偷人无码视频,日夜啪啪一区二区三区,国产尤物精品自在拍视频首页,久热这里只有精品12
      代碼改變世界

      Oracle 19c告警日志出現大量ORA-04031案例

      2025-03-20 20:58  瀟湘隱者  閱讀(370)  評論(0)    收藏  舉報

      案例環境

      • 操作系統

      Red Hat Enterprise Linux release 8.10 (Ootpa)

      • 數據庫版本:

      19.24.0.0.0 Enterprise Edition

      現象描述:

      一個Oracle數據庫突然收到大量的郵件告警,提示告警日志中出現大量的ORA-04031錯誤,部分信息如下所示:

      2025-02-27T10:19:20.885697+08:00
      Errors in file /******/diag/rdbms/unity/unity/trace/unity_ora_1983878.trc  (incident=43372) (PDBNAME=CDB$ROOT):
      ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^34","kglseshtTable")
      Use ADRCI or Support Workbench to package the incident.
      See Note 411.1 at My Oracle Support for error and packaging details.
      2025-02-27T10:19:20.938373+08:00
      Errors in file /******/diag/rdbms/unity/unity/trace/unity_p00e_1983815.trc  (incident=43307) (PDBNAME=CDB$ROOT):
      ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^80","kglseshtTable")
      Use ADRCI or Support Workbench to package the incident.
      See Note 411.1 at My Oracle Support for error and packaging details.
      2025-02-27T10:19:20.949940+08:00
      Errors in file /******/diag/rdbms/unity/unity/trace/unity_ora_1983916.trc  (incident=43349) (PDBNAME=CDB$ROOT):
      ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^512","kglseshtTable")
      Use ADRCI or Support Workbench to package the incident.
      See Note 411.1 at My Oracle Support for error and packaging details.
      2025-02-27T10:19:21.027461+08:00
      Errors in file /******/diag/rdbms/unity/unity/trace/unity_mz00_1983918.trc  (incident=43322) (PDBNAME=CDB$ROOT):
      ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^76","kglseshtTable")
      Use ADRCI or Support Workbench to package the incident.
      See Note 411.1 at My Oracle Support for error and packaging details.
      2025-02-27T10:19:21.056947+08:00
      Errors in file /******/diag/rdbms/unity/unity/trace/unity_p00f_1983817.trc  (incident=43338) (PDBNAME=CDB$ROOT):
      ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^531","kglseshtTable")
      Use ADRCI or Support Workbench to package the incident.
      See Note 411.1 at My Oracle Support for error and packaging details.
      2025-02-27T10:19:21.093570+08:00
      Errors in file /******/diag/rdbms/unity/unity/trace/unity_mz00_1983918.trc:
      ORA-04031: unable to allocate 12312 bytes of shared memory ("shared pool","unknown object","KKSSP^76","kglseshtTable")
      2025-02-27T10:19:21.100680+08:00
      Process MZ00 died, see its trace file

      檢查SGA組件,發現有大量DEFAULT buffer cache收縮(SHRINK)和shared pool增長(GROW)的記錄,進一步查詢share pool內存空間信息發現, shared pool里面的"DB Replay sess info"和"free memory"兩個子組件占用了最多內存,如下截圖所示

      在Oracle Support官網中查到相關資料ORA-4031 With High Allocation For "DB REPLAY SESS INFO" (Doc ID 3045900.1)[1] 從這篇文章分析來看,這個是一個Bug來著,如下所示:

      APPLIES TO:

      Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
      Gen 2 Exadata Cloud at Customer - Version N/A and later
      Oracle Database - Enterprise Edition - Version 19.24.0.0.0 and later
      Oracle Cloud Infrastructure - Exadata Cloud Service - Version N/A and later
      Information in this document applies to any platform.

      SYMPTOMS

      A 19.24DBRU database may crash after multiple ORA-4031 errors as:

      ORA-04031: unable to allocate 232 bytes of shared memory ("shared pool","unknown object","KKSSP^1724","kgllk")
      ORA-04031: unable to allocate 40 bytes of shared memory ("shared pool","select dummy from dual where...","KGLH0^eee30b3d","kglHeapInitialize:temp")
      From AWR reports, the "DB Replay sess info" component was continuously increasing, from 250M to 2G throughout one day:
      SGA breakdown difference by Pool and Name
      Pool    Name            Begin MB    End MB         % Diff
      shared    DB Replay sess info         205.91     
      shared    free memory    10,596.15    10,479.43    -1.10
      SGA breakdown difference by Pool and Name
      Pool    Name                    Begin MB    End MB        % Diff
      shared    DB Replay sess info      408.71    515.66       26.17
      shared    free memory           10,265.03    10,154.18    -1.08
      SGA breakdown difference by Pool and Name
      Pool    Name                    Begin MB    End MB    % Diff
      shared    DB Replay sess info    1,874.19    1,962.80    4.73
      shared    free memory            8,727.29    8,533.04    -2.23

      Database Replay feature is not used in the database.

      CHANGES

      Upgrade to 19.24DBRU.

      CAUSE

      The errors were investigated in the unpublished Bug 36982817 - ORA-4031 DUE TO "DB REPLAY SESS INFO".

      In 19c database, we allocate memory for a structure that stores information about capture/replay during session login, which is not freed when the session is gone. When the instance has a lot of user logins, the total memory for "DB Replay sess info" will become large.

      SOLUTION

      1. Download and apply Patch 36982817.

      OR

      1. Download and apply 19.25DBRU or higher, where this fix in included.

      There is no workaround for this issue.

      這個Oracle數據庫實例也是不久前升級到Oracle 19.24,我們升級了一大批數據庫實例,但是目前似乎只有這一個實例遇到了這個問題。補丁一時半會兒不會安排,由于此數據庫屬于三級應用??梢?安排重啟,在重啟過后的似乎暫時未出現此類告警,這里先暫且記錄一下這個案例。

      參考資料
      [1]

      1: https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=329313434391912&id=3045900.1&_afrWindowMode=0&_adf.ctrl-state=jqvb4yr67_391

      主站蜘蛛池模板: 欧美视频网站www色| 国模少妇无码一区二区三区| 大香伊蕉在人线国产最新2005| 精品国产一区av天美传媒| 国产高清自产拍av在线| 精品国产女同疯狂摩擦2| 精品久久久久久成人AV| 成年无码av片完整版| 色综合久久久久综合体桃花网| 亚洲精品无amm毛片| 国产又大又黑又粗免费视频| 日韩中文字幕在线不卡一区| 日韩加勒比一本无码精品| 乐山市| 国产精品一区在线蜜臀| 你懂的视频在线一区二区| 又大又紧又粉嫩18p少妇 | 亚洲人成网站在线在线观看| 国产福利姬喷水福利在线观看| 欧美色欧美亚洲高清在线观看 | 亚洲一区精品视频在线| 免费无遮挡无码永久视频| 国产激情第一区二区三区| 国产精品人妻中文字幕| 天堂久久久久VA久久久久| 亚洲国产精品第一区二区| 精品91在线| 丝袜美腿亚洲综合第一区| 无码人妻aⅴ一区二区三区蜜桃| 孕妇特级毛片ww无码内射| 老司机精品成人无码AV| 2020国产欧洲精品网站| 日本一级午夜福利免费区| 欧美xxxxx在线观看| 国产一区二区不卡精品视频| 国产四虎永久免费观看| 久久精品手机观看| 蜜桃臀av一区二区三区| 国产一区精品综亚洲av| 色婷婷五月综合久久| 亚洲人成色77777在线观看|