oracle11g使用bbed執行help命令報錯之系列五

wisdomone1發表於2015-10-26

結論

1,oracle 11g bbed正常使用,必須要在ORACLE_HOME/rdbms/mesg包含2個訊息檔案
  bbedus.msb及bbedus.msg,這些訊息檔案可以從oracle10g對應目錄複製即可
2,否則在bbed使用help會報錯:  Message 1013 not found; No message file for product=RDBMS, facility=BBED


測試

SQL> select * from v$version where rownum=1;


BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production


BBED> help
Message 1030 not found; No message file for product=RDBMS, facility=BBED


[oracle@seconary ~]$ oerr bbed 1030
1030,  2,  "HELP [ <bbed command> | ALL ]"


BBED> help all
BBED-00202: file not found; arguments: [Message]


[oracle@seconary ~]$ oerr bbed 202
0202,  1,  "invalid parameter (%s)"


BBED> help modify
Message 1014 not found; No message file for product=RDBMS, facility=BBEDMessage 1015 not found; No message file for product=RDBMS, facility=BBED


[oracle@seconary ~]$ oerr bbed 1014
1014,  2,  "MODIFY[/x|d|u|o|c] numeric/character string\n"


[oracle@seconary ~]$ oerr bbed 1015
1015,  2,  "      [ DBA | FILE | FILENAME | BLOCK | OFFSET | symbol | *symbol ]"




BBED> help dump
Message 1013 not found; No message file for product=RDBMS, facility=BBED


BBED> quit


[oracle@seconary ~]$ oerr bbed 1013
1013,  2,  "DUMP[/v] [ DBA | FILENAME | FILE | BLOCK | OFFSET | COUNT ]"
[oracle@seconary ~]$ 


[root@seconary ~]# cp /home/ora10g/product/10.2.0/db_1/rdbms/mesg/bbedus.msb /oracle/product/11.2.0/db_1/rdbms/mesg/
[root@seconary ~]# chown oracle:oinstall /oracle/product/11.2.0/db_1/rdbms/mesg/bbedus.msb
[root@seconary ~]# 


BBED> help
HELP [ <bbed command> | ALL ]


BBED> help dump
DUMP[/v] [ DBA | FILENAME | FILE | BLOCK | OFFSET | COUNT ]


BBED> help modify
MODIFY[/x|d|u|o|c] numeric/character string
      [ DBA | FILE | FILENAME | BLOCK | OFFSET | symbol | *symbol ]

個人簡介:


8年oracle從業經驗,具備豐富的oracle技能,目前在國內北京某專業oracle服務公司從事高階技術顧問。
   
   服務過的客戶:
          中國電信
          中國移動
          中國聯通
          中國電通
          國家電網
          四川達州商業銀行
          湖南老百姓大藥房
          山西省公安廳
          中國郵政
          北京302醫院     
          河北廊坊新奧集團公司
  
 專案經驗:
           中國電信3G專案AAA系統資料庫部署及最佳化
           中國聯通CRM資料庫效能最佳化
           中國移動10086電商平臺資料庫部署及最佳化
           湖南老百姓大藥房ERR資料庫sql最佳化專案
           四川達州商業銀行TCBS核心業務系統資料庫模型設計和RAC部署及最佳化
           四川達州商業銀行TCBS核心業務系統後端批處理儲存過程功能模組編寫及最佳化
           北京高鐵訊號監控系統RAC資料庫部署及最佳化
           河南宇通客車資料庫效能最佳化
           中國電信電商平臺核心採購模組表模型設計及最佳化
           中國郵政儲蓄系統資料庫效能最佳化及sql最佳化
           北京302醫院資料庫遷移實施
           河北廊坊新奧data guard部署及最佳化
           山西公安廳身份證審計資料庫系統故障評估
         
 聯絡方式:
          手機:18201115468
          qq   :   305076427
          qq微博: wisdomone1
          新浪微博:wisdomone9
          qq群:275813900    
          itpub部落格名稱:wisdomone1    http://blog.itpub.net/9240380/

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-1816446/,如需轉載,請註明出處,否則將追究法律責任。

相關文章