Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Oracle BBED tools

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the knowledge of "how to install Oracle BBED tools". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Introduction to BBED:

BBED (Oracle Block Browerand EDitor Tool), a tool used to view and modify data file data directly, is an internal tool of Oracle, which can directly modify the contents of Oracle data file blocks, which is useful in some extreme recovery scenarios. This tool is not supported by Oracle.

Install the BBED tool:

Starting from 11g, bbed library files are not provided by default, which need to be prepared by ourselves from 10g environment.

Bbed comes with 10g environment: (these files can be copied from 10g to 11g for compilation)

$ORACLE_HOME/rdbms/lib/ssbbded.o

$ORACLE_HOME/rdbms/lib/sbbdpt.o

$ORACLE_HOME/rdbms/mesg/bbedus.msb

$ORACLE_HOME/rdbms/mesg/bbedus.msg

It is recommended that you keep the above files as a compressed package for future use.

I am here to use the tar tool to compress the bbed_linux_64v1.tar of these four files.

[oracle @ server1 ~] $ls

Bbed_linux_64v1.tar

Decompress:

[oracle @ server1 ~] $tar xf bbed_linux_64v1.tar

[oracle @ server1 ~] $cd bbed_linux_64

[oracle @ server1 bbed_linux_64] $ll

-rw-r-r- 1 oracle oinstall 8704 Feb 28 2013 bbedus.msb

-rw-r-r- 1 oracle oinstall 10270 Feb 28 2013 bbedus.msg

-rw-r-r- 1 oracle oinstall 223 Feb 28 2013 readme.txt

-rw-r-r- 1 oracle oinstall 3976 Feb 28 2013 sbbdpt.o

-rw-r-r- 1 oracle oinstall 3306 Feb 28 2013 ssbbded.o

Copy these files to the specified location:

[oracle @ server1 bbed_linux_64] $cp ssbbded.o $ORACLE_HOME/rdbms/lib/

[oracle @ server1 bbed_linux_64] $cp sbbdpt.o $ORACLE_HOME/rdbms/lib/

[oracle @ server1 bbed_linux_64] $cp bbedus.msb $ORACLE_HOME/rdbms/mesg/

[oracle @ server1 bbed_linux_64] $cp bbedus.msg $ORACLE_HOME/rdbms/mesg/

To compile:

[oracle @ server1 ~] $

Make-f $ORACLE_HOME/rdbms/lib/ins_rdbms.mk BBED=$ORACLE_HOME/bin/bbed $ORACLE_HOME/bin/bbed

After the compilation is successful, you can connect to bbed and use:

[oracle @ server1 ~] $bbed

Password: blockedit / / default password

BBED: Release 2.0.0.0.0-Limited Production on Wed Jul 29 23:46:35 2020

Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.

*! For Oracle Internal Use only!! *

BBED >

This is the end of "how to install Oracle BBED tools". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report