91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

常用的Oracle 11g內存視圖腳本有哪些

發布時間:2021-11-29 16:49:39 來源:億速云 閱讀:174 作者:柒染 欄目:數據庫

今天就跟大家聊聊有關常用的Oracle 11g內存視圖腳本有哪些,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

今天主要分享幾個關于Oracle數據庫的內存視圖的腳本。

一、V$MEMORY_DYNAMIC_COMPONENTS

V$MEMORY_DYNAMIC_COMPONENTS displays information about the dynamic SGA components. This view summarizes information based on all completed SGA resize operations since instance startup. All sizes are expressed in bytes.

常用的Oracle 11g內存視圖腳本有哪些

常用的Oracle 11g內存視圖腳本有哪些

腳本: Provides information about dynamic memory components.

COLUMN component FORMAT A30  SELECT component,  ROUND(current_size/1024/1024) AS current_size_mb,  ROUND(min_size/1024/1024) AS min_size_mb,  ROUND(max_size/1024/1024) AS max_size_mb FROM v$memory_dynamic_components WHERE current_size != 0 ORDER BY component;

常用的Oracle 11g內存視圖腳本有哪些

二、V$MEMORY_RESIZE_OPS

V$MEMORY_RESIZE_OPS displays information about the last 800 completed memory resize operations (both automatic and manual). This does not include in-progress operations. All sizes are expressed in bytes.

常用的Oracle 11g內存視圖腳本有哪些

常用的Oracle 11g內存視圖腳本有哪些

腳本:Provides information about memory resize operations.

SET LINESIZE 200 COLUMN parameter FORMAT A25 SELECT start_time,  end_time,  component,  oper_type,  oper_mode,  parameter,  ROUND(initial_size/1024/1024) AS initial_size_mb,  ROUND(target_size/1024/1024) AS target_size_mb,  ROUND(final_size/1024/1024) AS final_size_mb,  status FROM v$memory_resize_ops ORDER BY start_time;

常用的Oracle 11g內存視圖腳本有哪些

三、V$MEMORY_TARGET_ADVICE

V$MEMORY_TARGET_ADVICE provides information about how the MEMORY_TARGET parameter should be sized based on current sizing and satisfaction metrics.

常用的Oracle 11g內存視圖腳本有哪些

腳本3: Provides information to help tune the MEMORY_TARGET parameter.

SELECT * FROM v$memory_target_advice ORDER BY memory_size;

常用的Oracle 11g內存視圖腳本有哪些

看完上述內容,你們對常用的Oracle 11g內存視圖腳本有哪些有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

冀州市| 桑植县| 高碑店市| 宜丰县| 昌吉市| 深州市| 容城县| 张家川| 视频| 荃湾区| 拉孜县| 邻水| 杨浦区| 辛集市| 乌鲁木齐市| 崇阳县| 荃湾区| 霍林郭勒市| 清原| 赣榆县| 西林县| 肥乡县| 永泰县| 河池市| 青川县| 定边县| 措勤县| 丰宁| 达孜县| 奇台县| 仪陇县| 焉耆| 晋州市| 翁牛特旗| 莆田市| 铁力市| 肇州县| 晋宁县| 华蓥市| 阿城市| 永寿县|