[20230306]oracle 19c alert日誌日期格式設計不好的一個地方.txt
[20230306]oracle 19c alert日誌日期格式設計不好的一個地方.txt
--//今天檢視alert日誌發現,alert日誌看使用hugepage部分顯示非常不合理.例子如下:
2022-07-06T18:25:53.254482+08:00
************************************************************
Instance SGA_TARGET = 26752 MB and SGA_MAX_SIZE = 26702 MB
************************************************************
2022-07-06T18:25:53.254827+08:00
****************************************************
Sys-V shared memory will be used for creating SGA
****************************************************
2022-07-06T18:25:53.299296+08:00
**********************************************************************
2022-07-06T18:25:53.299390+08:00
Dump of system resources acquired for SHARED GLOBAL AREA (SGA)
2022-07-06T18:25:53.299545+08:00
Per process system memlock (soft) limit = UNLIMITED
2022-07-06T18:25:53.299639+08:00
Expected per process system memlock (soft) limit to lock
instance MAX SHARED GLOBAL AREA (SGA) into memory: 26G
2022-07-06T18:25:53.299889+08:00
Available system pagesizes:
4K, 2048K
2022-07-06T18:25:53.300094+08:00
Supported system pagesize(s):
2022-07-06T18:25:53.300180+08:00
PAGESIZE AVAILABLE_PAGES EXPECTED_PAGES ALLOCATED_PAGES ERROR(s)
2022-07-06T18:25:53.300291+08:00
4K Configured 10 5287274 NONE
2022-07-06T18:25:53.300542+08:00
2048K 3063 13377 3050 NONE
2022-07-06T18:25:53.300635+08:00
RECOMMENDATION:
2022-07-06T18:25:53.300713+08:00
1. For optimal performance, configure system with expected number
of pages for every supported system pagesize prior to the next
instance restart operation.
2022-07-06T18:25:53.306100+08:00
**********************************************************************
--//時間和資訊混雜在一起很難檢視,取消時間資訊如下:
2022-07-06T18:25:53.254482+08:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
************************************************************
Instance SGA_TARGET = 26752 MB and SGA_MAX_SIZE = 26702 MB
************************************************************
****************************************************
Sys-V shared memory will be used for creating SGA
****************************************************
**********************************************************************
Dump of system resources acquired for SHARED GLOBAL AREA (SGA)
Per process system memlock (soft) limit = UNLIMITED
Expected per process system memlock (soft) limit to lock
instance MAX SHARED GLOBAL AREA (SGA) into memory: 26G
Available system pagesizes:
4K, 2048K
Supported system pagesize(s):
PAGESIZE AVAILABLE_PAGES EXPECTED_PAGES ALLOCATED_PAGES ERROR(s)
4K Configured 10 5287274 NONE
2048K 3063 13377 3050 NONE
RECOMMENDATION:
1. For optimal performance, configure system with expected number
of pages for every supported system pagesize prior to the next
instance restart operation.
**********************************************************************
--//實際上配置需要13377.如果整個這部分資訊的輸出僅僅一個時間戳在開頭就可以了。
--//像上面的輸出看上去實在太亂了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2938357/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle alert日誌Oracle
- 歸檔oracle alert日誌Oracle
- [20220826]顯示alert日誌檔案全路徑.txt
- oracle 11g檢視alert日誌方法Oracle
- Oracle更改預設日期格式 更改會話日期格式Oracle會話
- Nginx日誌格式設定Nginx
- [elk]基於elk的業務日誌格式設計
- 【ADRCI】使用ADRCI (ADR Command Interpreter) 工具檢視Oracle alert警告日誌Oracle
- [20180309]不好的資料結構設計.txt資料結構
- demo演示如何寫一個無配置格式統一的日誌
- 想將多個伺服器的日誌輸出到一個地方怎麼破·?伺服器
- toad使用(檢視alert日誌、Database Report)Database
- oracle清理trace、alert、aud、listener等日誌檔案Oracle
- Oracle-新增一個欄位並設定日期Oracle
- [20180312]不好的資料結構設計3.txt資料結構
- Oracle12C日期格式模型的元素Oracle模型
- 一個 JSer 的 Dart 學習日誌(四):非同步程式設計JSDart非同步程式設計
- nginx自帶的日誌日期分割Nginx
- 按日期分割nginx日誌Nginx
- 設計一套完整的日誌系統
- sql server日期格式 sqlserver的日期格式SQLServer
- alert日誌中出現Private Strand Flush Not Complete的處理方法
- [20180625]簡單計算日誌生成率.txt
- 失敗登入行為輸出至alert日誌
- mysql 系統審計日誌格式說明:MySql
- Oracle redo日誌內容探索(一)Oracle Redo
- ORACLE 計算2個日期之間的天數Oracle
- 《變數》的策劃日誌(上):如何設計一個塔防遊戲?變數遊戲
- 2024.11.09 程式設計日誌程式設計
- Oracle日期格式化以及extract函式的使用Oracle函式
- 【Oracle】歸檔日誌管理-設定歸檔日誌路徑以及歸檔日誌冗餘Oracle
- Oracle資料庫日期格式轉換操作Oracle資料庫
- Logstash 配置Java日誌格式的方法Java
- Laravel 自定義日誌驅動 -支援按類+日期分割日誌Laravel
- logback 日誌輸出格式
- 自定義Nginx日誌格式Nginx
- 一個完整的go 日誌元件Go元件
- oracle計算兩個日期的時間差時分秒Oracle