oracle 11gR2 asm au_size 大小可以自定義
oracle 11gR2 版本用asmca命令建立磁碟組時,可以選擇 au_size 的大小,比如1M, 4M ,8M,16M
這樣對支援大容量的資料庫非常有好處 ,有以下5個好處:
■ Increased I/O through the I/O subsystem if the I/O size is increased to the AU
size.
■ Reduced SGA size to manage the extent maps in the database instance.
■ Faster datafile initialization if the I/O size is increased to the AU size.
■ Increased file size limits.
■ Reduced database open time.
The allocation unit size is specified with the disk group attribute AU_SIZE. The AU
size cannot be altered after a disk group is created. Example 4–1 on page 4-5 shows
how the AU_SIZE is specified with the CREATE DISKGROUP SQL statement.
For applications that can benefit from large I/O sizes, you can increase the
DB_FILE_MULTIBLOCK_READ_COUNT initialization parameter to 4 MB from the
default of 1 MB. Ensure that the application is thoroughly tested with this new setting
as this change could adversely affect stable optimized plans and future optimizer plan
generation.
To change the DB_FILE_MULTIBLOCK_READ_COUNT setting, use the ALTER SYSTEM
SQL statement, as shown in Example 4–3. This example assumes an 8 K block size.
Example 4–3 Altering the DB_FILE_MULTIBLOCK_READ_COUNT Setting
SQL> ALTER SYSTEM SET db_file_multiblock_read_count=512 scope=both sid=*
See Also: Oracle Database Reference for more information about the
DB_FILE_MULTIBLOCK_READ_COUNT initialization parameter
用asmca建立diskgroup時可以選擇au_size大小,diskgroup一旦建立好後au_size不能修改。
而 oracle 10g au_size 預設大小為 1M,一般情況下是不能修改的,而如果在10g版本中要支援TB或PB的大資料量, 那如何修改,下篇文章會有介紹
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-668241/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE 10GR2 ASM 如何修改AU_SIZE的大小Oracle 10gASM
- oracle 11.2.0.3 新特性之一 安裝時au_size大小可以選擇Oracle
- oracle 11gR2 新特性 orc和vote盤可以放在ASM中OracleASM
- oracle 11gr2 drop asmOracleASM
- 【ASM】Oracle ASM + 11gR2 + RHEL6.5 安裝ASMOracle
- oracle 10gR2 如何改變預設au_size值的大小Oracle 10g
- ORACLE 11gr2 ASM redo log 增加OracleASM
- 自定義Toast的背景顏色大小及字型大小AST
- 一個可以自定義的ToastAST
- Oracle 11gR2 DBCA 找不到ASM 磁碟組OracleASM
- Devexpress 報表 自定義紙張大小devExpress
- Android中自定義Toast文字大小AndroidAST
- Oracle 11gR2密碼區分大小寫Oracle密碼
- oracle 11gR2 amdu 工具可以直接使用Oracle
- Oracle 11gR2 ASM例項記憶體管理OracleASM記憶體
- 成功搭建oracle 11gR2 asm 主備叢集OracleASM
- Oracle 自定義函式Oracle函式
- Vue富文字帶圖片修改圖片大小自定義選擇項自定義字型Vue自定義字型
- ASM磁碟大小限制ASM
- Flutter日曆,可以自定義風格UIFlutterUI
- oracle 11gR2 配置goldengate連線asm例項OracleGoASM
- 直播系統app原始碼,TabLayout:自定義字型大小APP原始碼TabLayout自定義字型
- 關於Oracle 10g ASM磁碟大小的限制Oracle 10gASM
- Oracle 角色 自定義角色 RoleOracle
- oracle 自定義聚合函式Oracle函式
- Oracle中自定義函式Oracle函式
- Oracle自定義聚集函式Oracle函式
- ORACLE 自定義函式BUG?Oracle函式
- ORACLE 自定義型別[轉]Oracle型別
- Android自定義View:MeasureSpec的真正意義與View大小控制AndroidView
- oracle 11gR2 asm例項 不能啟動處理方法OracleASM
- [C++] 自定義C++比較器比較大小C++
- 11gR2 RAC ASM 啟動ASM
- Oracle自定義聚集函式薦Oracle函式
- Oracle 11gR2 ASM磁碟組管理與新特性實踐[1]OracleASM
- 可以自定義編輯和渲染的Vue-MarkdownVue
- 自定義一個可以動態摺疊的UITAbleViewCellUIView
- Android自定義ViewGroup View的大小和座標控制AndroidView