RE: bit errors in oracle datafiles

2003-09-23 Thread DENNIS WILLIAMS
Ryan Here is a pretty good article on this topic, covering the various features available in Oracle. http://database.sarang.net/database/oracle/backup/corrupt/corrupt.html Dennis Williams DBA, 80%OCP, 100% DBA Lifetouch, Inc. [EMAIL PROTECTED] -Original Message- Sent: Tuesday, Septem

Re: bit errors in oracle datafiles

2003-09-23 Thread Tanel Poder
> One-bit error can flip a "1" only to 3, 5, 9, 17 and so on. > Flipping a 1 to 2, requires 2 bits to be flipped :) Small addition: 1 can be flipped to 0 of course as well. Tanel. -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tanel Poder INET: [EMAIL PROTECTED] F

Re: bit errors in oracle datafiles

2003-09-23 Thread Tanel Poder
One-bit error can flip a "1" only to 3, 5, 9, 17 and so on. Flipping a 1 to 2, requires 2 bits to be flipped :) If you already noticed the checksum parameter, then just go to tahiti.oracle.com , click parameters link and search a short description from there. Tanel. - Original Message -

bit errors in oracle datafiles

2003-09-23 Thread rgaffuri
How does oracle handle bit errors creeping into datafiles which could flip a '1' value in a field to a '2'. I noticed checksum parameter. is that what its used for? if that isnt enabled what does oracle do? -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: <[EMAIL PRO