Re: DBMS_REPAIR Package

2003-07-17 Thread Tanel Poder
RACLE-L > > > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > cc: > Subject:RE: DBMS_REPAIR Package > > > I dug a little more and found my answer. I found that Oracle uses > DBMS_REPAIR just to put a band-ai

Re: DBMS_REPAIR Package

2003-07-17 Thread Daniel Fink
There's a good argument for separating tables/indexes. [EMAIL PROTECTED] wrote: > > If you ran dbverify with the database up, it's very likely that > there is nothing wrong with the datafiles. > > If dbv reads a block in transition, it will appear corrupt. > > Run it again, and there will eithe

RE: DBMS_REPAIR Package

2003-07-17 Thread Jared . Still
ECTED] 07/17/2003 07:39 AM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> cc: Subject:RE: DBMS_REPAIR Package I dug a little more and found my answer. I found that Oracle uses DBMS_REPAIR just to put a band-ai

Re: DBMS_REPAIR Package

2003-07-17 Thread Richard Foote
Title: Message Hi Stefick,   Running stored procedures/packages is somewhat difficult with a shutdown database, so the database needs to be opened.   Depending on the type of corrupted block in question answers whether or not the block is actually repaired (eg. bitmap block in ASSM segments,

Re: RE: DBMS_REPAIR Package

2003-07-17 Thread rgaffuri
t ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: DBMS_REPAIR Package > > I dug a little more and found my answer. I found that Oracle uses > DBMS_REPAIR just to put a band-aid on the corrupt blocks. It basically > identifies the corrupt block and marks it so oracle s

RE: DBMS_REPAIR Package

2003-07-17 Thread Stefick Ronald S Contr ESC/HRIDD
Title: Message I dug a little more and found my answer.  I found that Oracle uses DBMS_REPAIR just to put a band-aid on the corrupt blocks. It basically identifies the corrupt block and marks it so oracle skips over it like it's not even there.     -Original Message-From: Stef

Re: DBMS_REPAIR package usage

2001-03-26 Thread Winnie_Liu
s in the World Wide > Support does suggest that the influxed blocks are very likely to be a > fractured block. But I reallly have no idea how it got in there... . > > Winnie > > > > > > yong huang <[EMAIL PROTECTED]> on 03/23/2001 04:01:21 PM > > To: [EMAIL PR

comp.databases.oracle.server (Was: Re: DBMS_REPAIR package usage)

2001-03-25 Thread yong huang
Hi, Murali, You don't subscribe to a newsgroup such as comp.databases.oracle.server as you do to a mailing list. If your company has a news (NNTP) server, configure your browser to user it and type the URL news:comp.databases.oracle.server to read/post messages. Most companies use "news" or "snew

Re: DBMS_REPAIR package usage

2001-03-24 Thread Murali Vallath
s are very likely to be a > fractured block. But I reallly have no idea how it got in there... . > > Winnie > > > > > > yong huang <[EMAIL PROTECTED]> on 03/23/2001 04:01:21 PM > > To: [EMAIL PROTECTED] > cc: [EMAIL PROTECTED], [EMAIL PROTECTE

Re: DBMS_REPAIR package usage

2001-03-24 Thread yong huang
1 04:01:21 PM > > To: [EMAIL PROTECTED] > cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] > > Subject: Re: DBMS_REPAIR package usage > > > Hi, Winnie, > > Just a little more research. I wonder how you can have an rdba that big, > 0x24070020,

Re: DBMS_REPAIR package usage

2001-03-23 Thread Winnie_Liu
Yong, Thanks a lot for all the research! :D The file# that actaully contains this block is 9. My database is not that big at all. I did do some research myself and some Oracle analysts in the World Wide Support does suggest that the influxed blocks are very likely to be a fractured block. But

Re: DBMS_REPAIR package usage

2001-03-23 Thread yong huang
Hi, Winnie, Just a little more research. I wonder how you can have an rdba that big, 0x24070020, which is 604438560 in decimal. SQL> var a number; SQL> exec :a := dbms_utility.data_block_address_file(604438560); PL/SQL procedure successfully completed. SQL> print A - 144

RE: DBMS_REPAIR package usage

2001-03-22 Thread Winnie_Liu
hursday, March 22, 2001 5:12 PM > To: Multiple recipients of list ORACLE-L > Subject: Re: DBMS_REPAIR package usage > > > > I would not decide whether a block is corrupted or not, just using dbv > utility. dbv reports corruption, even when analyze, exp and FTS goes > through fin

RE: DBMS_REPAIR package usage

2001-03-22 Thread Mandar Ghosalkar
; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 22, 2001 5:12 PM > To: Multiple recipients of list ORACLE-L > Subject: Re: DBMS_REPAIR package usage > > > > I would not decide whether a block is corrupted or not, just using dbv > utility. dbv

Re: DBMS_REPAIR package usage

2001-03-22 Thread Riyaj_Shamsudeen
I would not decide whether a block is corrupted or not, just using dbv utility. dbv reports corruption, even when analyze, exp and FTS goes through fine without any problem. dbv reported a data dictionary corruption in our case. We ran analyze, exp and FTS, no problem. But still dbv was reporting