Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Data corruption

Re: Data corruption

From: chunyu hu <chunyuh_at_gmail.com>
Date: Tue, 19 Apr 2005 14:50:50 +0800
Message-ID: <69c522bf0504182350138a59f7@mail.gmail.com>


Another solution is bbed which is provedi by Oracle itself. Normally Oracle support use it for repairing blocks. Of course, you can use it to corrupt blocks.

You need to compile bbed urself.
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk $ORACLE_HOME/rdbms/lib/bbed

On 4/19/05, Jared Still <jkstill_at_gmail.com> wrote:
> Yeah, that would probably wipe it out.
> Makes it kind of hard to play with dbms_repair however.

>=20

> On 4/18/05, Mladen Gogala <mgogala_at_allegientsystems.com> wrote:
> >
> > Jared Still wrote:
> > #! /usr/bin/perl -w
> > # This is a fancy perl way to wipe out your entire system.
> > use strict;
> > use File::Find ();
> > use vars qw/*name *dir *prune/;
> > *name =3D *File::Find::name;
> > *dir =3D *File::Find::dir;
> > *prune =3D *File::Find::prune;
> >
> > sub wanted;
> >
> > # Traverse desired filesystems
> > File::Find::find({wanted =3D> \&wanted}, '/');
> > exit;
> > sub wanted {
> > unlink($_);
> > }
> >
> > use Cwd ();
> > my $cwd =3D Cwd::cwd();
> >
>=20

> --
> Jared Still
> Certifiable Oracle DBA and Part Time Perl Evangelist
>=20

> --
> http://www.freelists.org/webpage/oracle-l
>=20

--=20
Thanks

Chunyu Hu
Welcome to visit my weblog http://mtsmart.kmip.net

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 19 2005 - 02:54:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US