The function and function of ASM Buffer cache in Oracle

Source: Internet
Author: User

10g in view v$sga_dynamic_components we notice a component:asm Buffer Cache, and in the Instance_type=asm instance, the parameter has a value. That is, the parameter is used for ASM instances, it is used to do what, in the doc searched for a while did not find, I guess should be similar to the role of Db_cache_size, estimated to be used to cache disk header information.

Sql> select Component,current_size from v$sga_dynamic_components;

COMPONENT current_size

------------------------------ ------------

Shared Pool 41943040

Large Pool 12582912

Java Pool 0

Streams Pool 0

DEFAULT Buffer Cache 0

KEEP Buffer Cache 0

Recycle buffer Cache 0

DEFAULT 2K Buffer Cache 0

DEFAULT 4K Buffer Cache 0

DEFAULT 8K Buffer Cache 0

DEFAULT 16K Buffer Cache 0

COMPONENT current_size

------------------------------ ------------

DEFAULT 32K Buffer Cache 0

ASM Buffer Cache 25165824

Rows selected.

Sql> alter system set sga_target=80m;

Alter system set sga_target=80m

*

ERROR at line 1:

Ora-15021:parameter "Sga_target" isn't valid in ASM instance

--accidentally found Sga_target not suitable for ASM instance types

Sql> Show Parameter Instance_type

NAME TYPE VALUE

---------------------------------------------------------

Instance_type string asm

Sql>

Author: 51cto Blog Oracle Little Bastard

More Wonderful content: http://www.bianceng.cnhttp://www.bianceng.cn/database/Oracle/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.