自動記憶體調整中真正決定自動調整的引數
SQL> select x.ksppinm NAME,y.ksppstvl value,x.ksppdesc describ
2 from x$ksppi x, x$ksppcv y
3 where x.inst_id=USERENV('Instance')
4 and y.inst_id=USERENV('Instance')
5 and x.indx=y.indx
6 and x.ksppinm like '%pool_size%';
NAME VALUE DESCRIB
------------------------------ ------------------------- ---------------------------------------
_NUMA_pool_size Not specified aggregate size in bytes of NUMA pool
__shared_pool_size 1073741824 Actual size in bytes of shared pool
shared_pool_size 1073741824 size in bytes of shared pool
__large_pool_size 117440512 Actual size in bytes of large pool
large_pool_size 117440512 size in bytes of large pool
__java_pool_size 134217728 Actual size in bytes of java pool
java_pool_size 134217728 size in bytes of java pool
__streams_pool_size 0 Actual size in bytes of streams pool
streams_pool_size 0 size in bytes of the streams pool
_io_shared_pool_size 4194304 Size of I/O buffer pool from SGA
_backup_io_pool_size 1048576 memory to reserve from the large pool
global_context_pool_size Global Application Context Pool Size in Bytes
olap_page_pool_size 0 size of the olap page pool in bytes
13 rows selected
這些由兩個下劃線開頭的引數決定了當前的SGA的分配
這也是動態記憶體管理調整的引數,這些引數的更改也會
記錄到spfile檔案當中,在下一次資料庫啟動時仍然有效
透過create pfile from spfile我們可以看到如下內容:
jingyong.__db_cache_size=88080384
jingyong.__java_pool_size=4194304
jingyong.__large_pool_size=4194304
jingyong.__shared_pool_size=67108864
jingyong.__streams_pool_size=0
*.audit_file_dest='/u01/app/oracle/admin/jingyong/adump'
*.background_dump_dest='/u01/app/oracle/admin/jingyong/bdump'
*.compatible='10.2.0.1.0'
*.control_files='/u01/app/oracle/product/10.2.0/oradata/jingyong/control01.ctl','/u01/app/oracle/product/10.2.0/oradata/jingyong/control02.ctl','/u01/app/oracle/product/10.2.0/oradata/jingyong/control03.ctl'
*.core_dump_dest='/u01/app/oracle/admin/jingyong/cdump'
*.db_block_size=8192
*.db_domain=''
*.db_file_multiblock_read_count=16
*.db_name='jingyong'
*.db_recovery_file_dest='/u01/app/oracle/product/10.2.0/flash_recovery_area'
*.db_recovery_file_dest_size=2147483648
*.dispatchers='(PROTOCOL=TCP) (SERVICE=jingyongXDB)'
*.job_queue_processes=10
*.open_cursors=300
*.pga_aggregate_target=16777216
*.processes=150
*.remote_login_passwordfile='EXCLUSIVE'
*.sga_target=167772160
*.undo_management='AUTO'
*.undo_tablespace='UNDOTBS1'
*.user_dump_dest='/u01/app/oracle/admin/jingyong/udump'
還可以透過查詢v$sga_dynamic_components檢視來各動態記憶體元件的調整資訊
SQL> select component,current_size,min_size,last_oper_type,last_oper_mode,last_oper_time from v$sga_dynamic_components;
COMPONENT CURRENT_SIZE MIN_SIZE LAST_OPER_TYPE LAST_OPER_MODE LAST_OPER_TIME
---------------------------------------------------------------- ------------ ---------- -------------- -------------- --------------
shared pool 1124073472 1073741824 SHRINK DEFERRED 2012-12-27 16:
large pool 117440512 117440512 STATIC
java pool 134217728 134217728 STATIC
streams pool 0 0 STATIC
DEFAULT buffer cache 11442061312 1114007142 GROW DEFERRED 2012-12-27 16:
KEEP buffer cache 50331648 50331648 STATIC
RECYCLE buffer cache 0 0 STATIC
DEFAULT 2K buffer cache 0 0 STATIC
DEFAULT 4K buffer cache 0 0 STATIC
DEFAULT 8K buffer cache 0 0 STATIC
DEFAULT 16K buffer cache 0 0 STATIC
DEFAULT 32K buffer cache 0 0 STATIC
ASM Buffer Cache 0 0 STATIC
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26015009/viewspace-751757/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- solaris記憶體引數調整及管理記憶體
- 自動編碼器Gridsearch超引數調整KerasKeras
- weblogic 記憶體調整Web記憶體
- 在規定區域內自動調整文字位置
- vs code 自動調整程式碼格式
- Oracle11g 自動化建庫及調整相關引數Oracle
- 批量調整視訊尺寸大小的方法,一鍵自動批量調整視訊
- Oracle - 資料庫的記憶體調整Oracle資料庫記憶體
- kindeditor 上傳圖片 自動調整尺寸大小
- 「ArrayBuffer」應用-以自動調整照片方向為例
- 達夢記憶體調整及修改方法記憶體
- PGA自動管理原理深入分析及效能調整(五)
- PGA自動管理原理深入分析及效能調整(一)
- Python辦公自動化之——調整Word樣式(二)Python
- VSCode回車換行後自動調整程式碼格式VSCode
- 使用@AutoConfigureBefore、After、Order調整Spring Boot自動配置順序Spring Boot
- PGA自動管理原理深入分析及效能調整(六)
- swoole優化核心引數調整優化
- Win10系統無法自動調整解析度的解決方法Win10
- win10怎麼關閉視窗移動至邊緣時自動調整大小_win10取消移動視窗到邊緣自動調整大小的方法Win10
- docker下的spark叢集,調整引數榨乾硬體DockerSpark
- JVM 引數調整對 sortx 的影響JVM
- 記憶體壓力及IO壓力調整方法記憶體
- 淺談JVM整體架構與調優引數JVM架構
- JavaScript拖動調整元素的尺寸JavaScript
- PostgreSQL安裝完成後,引數調整SQL
- solaris10中安裝oracle核心引數的調整Oracle
- JavaScript 拖動調整元素尺寸JavaScript
- win10如何取消視窗貼邊時自動調整大小Win10
- win10怎麼調整虛擬記憶體_win10怎麼調虛擬記憶體Win10記憶體
- 達夢資料庫引數調整方法資料庫
- 調整緩衝區快取記憶體(Buffer Cache)的效能(轉)快取記憶體
- android程式碼中動態調整圖片的位置Android
- mysql innodb_data_file_path引數忘記設定或者重新調整辦法MySql
- JavaScript滑鼠拖動調整div大小JavaScript
- js拖動調整元素寬度JS
- Leetcode 最小調整數+滑動視窗遞增子序列LeetCode
- win10每次關機重啟後總是自動調整桌面圖示的解決方法Win10
- dg庫日誌應用慢引數調整