在Windows 平臺遇上ORA-29339 錯誤
在Windows 平臺遇上ORA-29339 錯誤
Kevin Zou
2011-8-31
在一個windows 2008, oracle 11.2.0.1平臺上建立一個blocksize 為4K的表空間;
|
這是Oracle9i Database Administrator's Guide 中的一段話,解釋ORA-29339錯誤的原因:
In order for the BLOCKSIZE clause to succeed, you must have the DB_CACHE_SIZE and at least one DB_nK_CACHE_SIZE initialization parameter set, and the integer you specify in this clause must correspond with the setting of one DB_nK_CACHE_SIZE parameter setting. Although redundant, specifying a BLOCKSIZE equal to the standard block size, as specified by the DB_BLOCK_SIZE initialization parameter, is allowed.
看到在windows 平臺只要設定了指定的blocksize的buffer cache 就可以建立對應的blocksize的 tablespace
但在windwow平臺不包括32K的Blocksize。如果要指定db_32k_cache_size 大小時會報ORA-00382的錯誤。
SQL> alter system set db_32k_cache_size=10M;
alter system set db_32k_cache_size=10M
*
ERROR at line 1:
ORA-32017: failure in updating SPFILE
ORA-00382: 32768 not a valid block size, valid range [..]
下面是不同平臺可以建立不同blocksize tablespace的列表:
AIX-Based Systems, Compaq Tru64 UNIX, HP 9000 Series HP-UX, Linux Intel,
Sun SPARC Solaris:
DB_BLOCK_SIZE: 2048 to 16384 (Linux, Solaris)
2048 to 32768 (AIX, HP, Tru64)
Database Administrator's Guide for Windows:
DB_BLOCK_SIZE: 2048 to 16384 (Windows NT, 95, 98, 2000)
-THE END-
-THE END-
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/40239/viewspace-706328/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Windows 平臺下第三方包安裝錯誤解決Windows
- golang在windows平臺使用zmqGolangWindowsMQ
- 【.NET 遇上 GraphQL】 ChilliCream 平臺介紹
- Windows 錯誤程式碼Windows
- Windows平臺下opatch apply報錯:OUI-67073WindowsAPPUI
- 平臺配置及測試錯誤提示及解決方案
- Windows錯誤“ 0xc0000005”Windows
- 在 Istio 中除錯 503 錯誤除錯
- NPM INSTALL常見錯誤(windows篇)NPMWindows
- MacOs/Liunx主機搭建windows平臺雙機除錯環境MacWindows除錯
- 如何處理SAP雲平臺錯誤訊息 there is no compute unit quota for subaccount
- Flutter 新聞客戶端 - 12 採用 sentry 平臺收集錯誤Flutter客戶端
- 微信遇上本地生活,小程式搭建吃喝玩樂平臺
- windows 2019 net 3.5 安裝錯誤提示Windows
- windows下oracle的ora-27100錯誤WindowsOracle
- 在 Flutter 使用 Sentry 收集錯誤Flutter
- [譯] 使用Docker安裝Sentry(一個錯誤記錄和聚合平臺)Docker
- 在windows平臺上如何做到git多ssh-key相容WindowsGit
- 當平臺工程遇上DevEx:打造卓越的開發者體驗dev
- OneThink管理平臺 ,登入後臺一直提示驗證碼錯誤,求幫助。。。
- VSCode連線伺服器在選擇平臺時報錯VSCode伺服器
- SAP雲平臺CloudFoundry環境裡route 超過quota的錯誤處理Cloud
- 基於ELK搭建MySQL日誌平臺的要點和常見錯誤MySql
- 谷歌平臺工程五個誤區谷歌
- 如何遠端除錯部署在CloudFoundry平臺上的nodejs應用除錯CloudNodeJS
- win10系統steam平臺提示錯誤程式碼-7的解決方法Win10
- 使用第三方平臺監控線上專案程式碼錯誤
- 執行緒同步(windows平臺):事件執行緒Windows事件
- 在 windows 上搭建一臺 LinuxWindowsLinux
- 在Windows 10 系統上啟用Hyper V遇到的錯誤:0x800f0831Windows
- PbootCMS自定義前臺404錯誤頁面boot
- 執行緒同步(windows平臺):互斥物件執行緒Windows物件
- 【轉】Windows平臺執行Masscan和NmapWindows
- windows平臺,eclipse安裝maven外掛WindowsEclipseMaven
- Windows平臺RTMP多例項推送探討Windows
- WINDOWS平臺上擴充套件SGA (zt)Windows套件
- Windows搭建SourceTree、Git程式碼管理平臺WindowsGit
- Windows平臺下MySQL常用操作與命令WindowsMySql
- zblog新增html後臺出錯,zblog後臺設定固定域名繫結錯誤HTML