|
|
|
|
Re: Corrupt objects. [message #330117 is a reply to message #330088] |
Fri, 27 June 2008 10:54 |
ArvindBhope
Messages: 55 Registered: June 2008
|
Member |
|
|
Looks like either the question wasn't clear ...
.......
Thazz the secondary part logging the dbv to ...
Any parrticular way to get logged into either from sqlplus .. or alert log ...
Iam looking from monitoring perspective
plese let me know at the earliest
thanks.
|
|
|
|
|
|
Re: Corrupt objects. [message #330144 is a reply to message #330143] |
Fri, 27 June 2008 11:57 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Maybe you can first tell us what exactly you mean by the word "Corrupted", and what you mean by "Object".
And what the actual reason is for the question.
|
|
|
|
Re: Corrupt objects. [message #330150 is a reply to message #330146] |
Fri, 27 June 2008 12:12 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
That just answers "what", now "why", and the other two questions are also still unanswered. What sort of corruption do you mean, and what sort of objects?
You could detect block level datafile corruptions by doing a full export ( to /dev/null perhaps).
|
|
|
|
|
Re: Corrupt objects. [message #330210 is a reply to message #330146] |
Fri, 27 June 2008 23:19 |
OracleDisected
Messages: 25 Registered: September 2007 Location: Mexico
|
Junior Member |
|
|
Hi,
The STATUS column for DBA/ALL/USER_OBJECTS won't show you when a table or index is corrupted, just the status for the object (i.e. when you move a table to another tablespace, indexes for that table become INVALID because the keys have rowids that point to blocks in another tablespace).
Second, if you have parameters DB_BLOCK_CHECKING and DB_BLOCK_CHECKSUM set to TRUE, the DB already is doing the checking.
If you want to kill two birds with one shot: use RMAN for backups, it will do the block checking stuff AND you will get all the nice features RMAN can provide for backup and recovery.
V$DATABASE_BLOCK_CORRUPTION view will show you the full list.
Regards
Ignacio
[Updated on: Sat, 28 June 2008 00:52] by Moderator Report message to a moderator
|
|
|