Oracle 11G 安裝 bbed 工具
BBED(Oracle Block Browerand EDitor Tool),用來直接檢視和修改資料檔案資料的一個工具,是Oracle一款內部工具,可以直接修改Oracle資料檔案塊的內容,在一些極端恢復場景下比較有用。該工具不受Oracle支援,所以預設是沒有生成可執行檔案的,在使用前需要重新連線。
本文的實驗環境為:Oracle Database 11g Enterprise Edition Release 11.2.0.4.0
bbed安裝(Oracle 11.2.0.4)
因為BBED是Oracle內部工具,在11g環境中,已經不開放使用,所以需要從Oracle10g中複製相應的檔案到ORACLE_HOME中。
-
從Oracle 10g上複製3個檔案到本地Oracle安裝目錄下。檔案如下:
$ORACLE_HOME/rdbms/lib/sbbdpt.o $ORACLE_HOME/rdbms/lib/ssbbded.o $ORACLE_HOME/rdbms/mesg/bbedus.msb
-
使用Oracle使用者執行以下命令編譯:
$ make -f $ORACLE_HOME/rdbms/lib/ins_rdbms.mk BBED=$ORACLE_HOME/bin/bbed $ORACLE_HOME/bin/bbed
-
登入bbed
[oracle@test-db mesg]$ bbed Password: BBED: Release 2.0.0.0.0 - Limited Production on Mon Jan 14 20:10:46 2019 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. ************* !!! For Oracle Internal Use only !!! *************** BBED>
預設密碼為:blockedit
當出現如下提示時表明沒有建立配置檔案
BBED> set file 3 block 128 BBED-00312: no LISTFILE specified
filelist檔案中的內容可以透過SQL獲得:select file#||' '||name||' '||bytes from v$datafile ;
[oracle@test-db ~]$ vi filelist 3 /data/oracle/oradata/justin.dbf 104857603 /data/oracle/oradata/justin.dbf 104857603 /data/oracle/oradata/renkun01.dbf 10485760引數資訊 [oracle@test-db ~]$ vi par blocksize=8192 listfile=filelist.txt mode=edit
登入
[oracle@test-db ~]$ bbed parfile=/home/oracle/par Password: BBED: Release 2.0.0.0.0 - Limited Production on Mon Jan 14 22:28:03 2019 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved. ************* !!! For Oracle Internal Use only !!! ***************
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2317695/viewspace-2557335/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle bbed一鍵安裝工具分享Oracle
- oracle之 11.2.0.4 bbed安裝Oracle
- Oracle 11G 安裝文件Oracle
- Oracle 11G RAC叢集安裝(3)——安裝OracleOracle
- Oracle Linux 6.7 靜預設安裝Oracle 11gOracleLinux
- BBED 的安裝
- CentOS 7.5靜默安裝Oracle 11gCentOSOracle
- Oracle 11G RAC叢集安裝(2)——安裝gridOracle
- Oracle:Redhat 7 + Oracle RAC 11g 安裝 bug 總結OracleRedhat
- 11_Oracle bbed工具介紹Oracle
- centos7.3上安裝oracle xe 11gCentOSOracle
- 靜默方式安裝oracle 11g 完整攻略Oracle
- 靜默安裝Oracle資料庫11gOracle資料庫
- 通過ORACLE VM virtualbox環境安裝oracle 11G RAC(ASM)OracleASM
- Oracle 11G資料庫單例項安裝Oracle資料庫單例
- oracle 11g RAC 安裝前準備指令碼Oracle指令碼
- Oracle 11G RAC叢集安裝(1)——安裝前的準備Oracle
- Oracle redo解析之-2、BBED & DUMP工具使用Oracle Redo
- oracle 11g 單例項資料庫的安裝Oracle單例資料庫
- 超詳細oracle 11g安裝步驟 win版本Oracle
- [20210311]如何建立bbed安裝包.txt
- 【BBED】Oracle bbed常用命令參考Oracle
- Oracle 11g RAC安裝--基於openfiler儲存+多路徑+udev方式Oracledev
- 【Oracle】常用工具-oracle sql developer快速安裝使用教程OracleSQLDeveloper
- 【11g 單庫解除安裝、靜默安裝】實驗
- 【Oracle】Linux7安裝11g 86%報錯:Error in invoking target 'agent nmhs' of makefileOracleLinuxError
- rhel7 安裝11g rac
- oracle安裝配置Oracle
- Oracle RUR 安裝Oracle
- Linux安裝oracleLinuxOracle
- golang oracle 安裝GolangOracle
- 11. Oracle for Linux安裝和配置—11.3. Oracle安裝和配置—11.3.1. Oracle軟體安裝OracleLinux
- 「Oracle」Oracle 資料庫安裝Oracle資料庫
- oracle 19c 安裝、解除安裝Oracle
- 工具安裝
- Oracle之11g DataGuardOracle
- 靜默方式安裝、升級oracle(一): 安裝oracle軟體Oracle
- oracleLinux下安裝oracleOracleLinux