解決 ocrconfig -replace ocr Fails With PROT-16
當想要新建一個OCR時,執行ocrconfig -replace的時候,如果新的ocr檔案大小小於先前的ocr檔案時候(128、256)就會報錯,提示不能執行成功,原因就是當執行以上命令的時候,會先去檢查newocr大小是否不小於oldocr(>=128)。
[@more@]解決方案:
1、先建立同等大小的ocr檔案
dd if=/dev/zero of=/ocfs/OCR/ocrnew.dbf bs=1M count=128
dd if=/dev/zero of=/ocfs/OCR/ocrmirrornew.dbf bs=1M count=128
2、執行replace操作:
./ocrconfig -replace ocrmirror
./ocrconfig -replace ocr
-ocfs檔案:
./ocrconfig -replace ocrmirror /ocfs/OCR/ocrmirrornew.dbf
./ocrconfig -replace ocr /ocfs/OCR/ocrnew.dbf
-raw 裝置:
./ocrconfig -replace ocrmirror /dev/raw/raw4
./ocrconfig -replace ocr /dev/raw/raw5
Windows 平臺:1. copy oldocr.dbf newocr.dbf
2. ocrconfig -replace ocr newocr.dbf
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10130206/viewspace-1041324/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 執行ocrconfig replace ocr出現PROT-16錯誤
- [RAC]使用ocrconfig -replace命令建立ocr鏡象檔案
- Ocrconfig時報PROT-1 Failed to initialize ocrconfig,PROT-16: Internal Error的問題解決AIError
- 10g OCR工具ocrcheck ocrconfig ocrdump
- 【eygle】10g OCR工具ocrcheck ocrconfig ocrdump
- 執行ocrconfig replace ocrmirror出現PROT-22錯誤
- OCR / Vote disk Maintenance Operations: (ADD/REMOVE/REPLACE/MOVE)AINaNREM
- OCR / Vote disk Maintenance Operations: (ADD/REMOVE/REPLACE/MOVE) [ID 428681.1]AINaNREM
- OCRCONFIG工具
- php函式substr_replace中文亂碼的替代解決方法PHP函式
- 解決ORA-15097 Cannot shutdown ASM if OCR is Located in ASMASM
- 文字識別解決方案-OCR識別應用場景解析
- Replace
- javascript的replace()函式用法詳解JavaScript函式
- 官方版本的關於 OCR / Vote disk 維護: (ADD/REMOVE/REPLACE/MOVE) 收藏此主題REM
- PROT-1 Failed to initialize ocrconfigAI
- 官方版本的關於 OCR / Vote disk 維護: (ADD/REMOVE/REPLACE/MOVE) 收藏此主題[轉]REM
- JavaScript replace()JavaScript
- mysql replaceMySql
- Android 覆蓋安裝會同時傳送remove和replace的解決方案AndroidREM
- JScript中正規表示式用法詳解 replaceJS
- XDMCP connection failsAI
- replace函式函式
- 【Go】strings.Replace 與 bytes.Replace 調優Go
- OCRKit Enterprise for Mac:高效的文件OCR解決方案,釋放數字化潛力!Mac
- 解決因ocr資源狀態為unknown導致CRS-0223
- MySQL replace語句MySql
- FragmentTransaction的replace方法Fragment
- 關於preg_replace函式的問題講解函式
- SQLPLUS Fails With SP2-1503 SP2-0152 After New 11.2 Installation解決SQLAI
- PHP字串替換substr_replace與str_replace函式PHP字串函式
- maxp = maxp.replace("\$","").replace(/_/g,""); js 正則全欄位匹配JS
- OCR文字識TextMan別幫您解決網頁、影像中不能複製文字的問題網頁
- MYSQL中replace into的用法MySql
- mySQL中replace的用法MySql
- 字串replace方法的使用字串
- SQLite INSERT OR REPLACE使用SQLite
- str_replace()函式函式