您好,欢迎访问一九零五行业门户网

Oracle BBED使用 四步快速启动Oracle BBED

oracle bbed使用,四步快速启动oracle bbed,环境:oracle 10g rhel 5.8,介绍:bbed全称为数据块浏览和编辑。用于对oracle blo
环境:oracle 10g  rhel 5.8
介绍:bbed全称为数据块浏览和编辑。用于对oracle block的深入学习和在特殊情况下的灾难恢复。
1  编译连接:
cd $oracle_home/rdbms/lib
make -f ins_rdbms.mk $oracle_home/rdbms/lib/bbed
2  迁移执行文件:
cp $oracle_home/rdbms/lib/bbed  $oracle_home/bin
3   配置登入信息:
  bbed登入需要初始化参数文件parfile,来定位所要编辑的数据块的位置
  bbed.par
  简单配置如下:
  blocksize=8192
  listfile=/home/oracle/a.txt
  mode=edit
  接下来对a.txt的简单配置:
  6   /u01/app/oracle/oradata/orcl/datafile/o1_mf_ts_1_7x5v2q05_.dbf
     注释:
     1)bbed.par和a.txt的命名可以随意
     2)a.txt中,6为文件号,/u01...那个是文件名
     3)上面的配置都要按照你在建库时的真实情况,如,,数据块的大小为8k,则blocksize就要写8k。
4  登入连接:
    bbed的密码是blockedit
    登入:bbed parfile=bbed.par
更多oracle相关信息见oracle 专题页面 ?tid=12
其它类似信息

推荐信息