[轉載]在32 bit windows設定大於1.7G SGA
rem _db_block_lru_latches=cpu_count*2*8
alter system set "_db_block_lru_latches"=64 scope=spfile;
rem 32bit os 1.7G以上SGA必須設定USE_INDIRECT_DATA_BUFFERS為真
alter system set USE_INDIRECT_DATA_BUFFERS=true scope=spfile;
rem 去掉sga_max_size和db_cache_size引數,否則不支援32bit大容量sga
alter system reset sga_max_size scope=spfile sid='*';
alter system reset db_cache_size scope=spfile sid='*';
rem 設定該引數可以確保啟動時記憶體不溢位
alter system set lock_sga=false scope=spfile;
rem 800MB
alter system set shared_pool_size=838860800 scope=spfile;
rem 358400*8192=2.8G db_cache_size
alter system set db_block_buffers=358400 scope=spfile;
rem 100MB
alter system set large_pool_size=104857600 scope=spfile;
rem 100MB
alter system set java_pool_size=146800640 scope=spfile;
rem 3G
alter system set pga_aggregate_target=3221225472 scope=spfile;
alter system set open_cursors=700 scope=spfile;
alter system set cursor_sharing=similar scope=spfile;
rem 啟用作業排程
alter system set job_queue_processes=3 scope=spfile;
rem 啟用日誌挖掘
alter system set logmnr_max_persistent_sessions=3 scope=spfile;
rem 3M
alter system set log_buffer=3145728 scope=spfile;
rem 歸檔日誌模式
alter system set log_archive_dest='e:archivelogchs'
alter system set log_archive_start=TRUE
--登錄檔HKEY_LOCAL_MACHINESOFTWAREOracleHome0AWE_WINDOW_MEMORY=274572800(_db_block_lru_latches*4096*db_block_size+5MB)
--Windows 2003啟動加/PAE引數
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-440445/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [整理] 32Bit Windows & SQL Server 大容量記憶體使用設定WindowsSQLServer記憶體
- On 32 bit windows 2003, oracle extend sga to max 1.7GBWindowsOracle
- [轉]32位Linux設定超大Oracle SGA的分析LinuxOracle
- 設定32位的windows 2003 中oracle SGA記憶體使用大於1.7的方法--PAEWindowsOracle記憶體
- Windows32位系統下Oracle記憶體突破1.7G的設定WindowsS3Oracle記憶體
- oracle 10g on windows 2003 32bit sga限制問題Oracle 10gWindows
- Windows 32bit OS上實體記憶體限制以及ORACLE 10G 在32bit OS的SGA記憶體分配限制解決方法Windows記憶體Oracle 10g
- oracle安裝由於sga設定大報錯Oracle
- oracle 9i 32位系統 使用VLM 突破SGA 1.7G限制Oracle
- 32位windows系統下oracle10g認記憶體超過1.7G的設定WindowsOracle記憶體
- 設定32位的windows2003使用大記憶體 大於1.7Windows記憶體
- 關於SGA設定的一點總結
- windows 2003 x86 32位中Oracle 10G資料庫使用超過1.7G的sga的方法WindowsOracle 10g資料庫
- 對於hp32bit位和64bit的區別
- (轉)Windows 64-bit ItaniumWindows
- AIX 系統軟體 32bit與64bit轉換詳解(轉)AI
- SAP Sybase ASE15.7在windows xp (x86_32bit)32位環境下的安裝Windows
- Oracle在各類操作上LOCK_SGA的設定Oracle
- SGA設定過大造成的系統效能問題
- Netty tcnative boringssl windows 32-bit 編譯NettyWindows編譯
- OpenGLES API 3.0在 32bit裝置上失效API
- Linux中設定hugepages 在記憶體中 lock SGALinux記憶體
- oracle 重設定sga_targetOracle
- 檢查AIX系統是否支援64bit,以及32bit與64bit的轉換AI
- Oracle 32bit 升級到64bitOracle
- 32bit和64bit的問題
- 在Windows中密碼設定的幾個要點(轉)Windows密碼
- How to Migrate Oracle 10.2 32bit to 10.2 64bit on Microsoft Windows [ID 403522.1]OracleROSWindows
- windows 2003 32bit 10.2.0.1 升級到windows 2003 64bit 10.2.0.1 的方法Windows
- ORA-04030/ORA-12500 In 32-bit Windows EnvironmentWindows
- Changing between 32-bit and 64-bit Word Sizes
- 在rhel3上安裝oracle 9i 32bit or 64bit的需求Oracle
- Windows XP 預設設定修改攻略(轉)Windows
- oracle SGA設定過大導致資料庫無法啟動Oracle資料庫
- 轉:關於SGA_MAX_SIZE與SGA_TARGET的詳解
- windows cmd 提示 No JVM installation found.Please install a 32-bit JDKWindowsJVMJDK
- 基於 Windows + Laradock 在 vscode 上使用 xdebug 設定WindowsVSCode
- 64bit windows 上連線本機32bit Oracle系統報ORA-12154WindowsOracle