Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

SGA of .ASM instance to view all ASM file sizes

2025-02-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

There is no difference between SGA and RDMBS of ASM, including Buffer Cache, shared pool, Large poor and so on. You need to pay attention to the shared pool share pool, because to put the extent map in this part of memory, you need to estimate the size of the map based on the number and adjust it accordingly.

The size of Extent map can be calculated based on the sum of all file sizes. Use the following statement to calculate the sum of all files.

(note: enter these sql commands in the RDBMS instance)

SQL > select sum (bytes) / (1024-1024-1024) from vs. datafileterSQL > select sum (bytes) / (1024-1024-1024) from v$logfile a, v$log b where a.group#=b.group#

SQL > select sum (bytes) / (1024 / 1024 / 1024) from v$tempfile where status='ONLINE'

The sum of these three SUM corresponds to the sum of all file sizes stored in the database in ASM. For external redundancey disk groups, one megabyte of extent map is required for every 100g. Calculate the required space based on this ratio and add additional 2MB. However, there is generally no need to consider the configuration of ASM SGA in time work. Use the default values provided by ORACLE.

Picture:

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report