Four steps to quickly start the oracle bbed environment: ora10g RHEL5.8 Introduction: bbed is called data block browsing and editing. Deep Learning of oracle block and disaster recovery in special circumstances.
1 Compilation connection: cd $ ORACLE_HOME/rdbms/libmake-f ins_rdbms.mk $ ORACLE_HOME/rdbms/lib/bbed www.2cto.com 2 migration execution file: cp $ ORACLE_HOME/rdbms/lib/bbed $ ORACLE_HOME/bin 3 configure the logon information: the parameter file parfile needs to be initialized for bbed login to locate the location of the data block to be edited. simple par configuration: blocksize = 8192 listfile =/home/oracle/a.txt mode = edit www.2cto.com
Simple a.txt configuration: 6/u01/app/oracle/oradata/ORCL/datafile/o1_mf_ts_rj7x5v2q05 _. dbf Note: The names of 1w.bbed.parand a.txt can be random. In 22.16a.txt, 6 is the file number,/u01... that is file name 3) The above configuration must be based on the actual situation when you create a database. For example, if the data block size is 8 k, blocksize must be 8 k. 4. login connection: the password for bbed is blockedit. login: bbed parfile = bbed. par author linwaterbin