Bad block solution

Bad block solution

 

  

Hi all,
I was researching a solution for my high percentage of bad block in my prodution database, then I found a solution provided by RMAN, see the script Below:
RMAN> CONFIGURE DEVICE TYPE DISK PARALLELISM 4;

2> COPY

3> datafile 1 TO '/BACKUP/datafile1.dbf',

4> datafile 2 TO '/BACKUP/datafile2.dbf',

5> datafile 3 TO '/BACKUP/datafile3.dbf';





Then I would shutdown the database, change the arquives and pray for the new arquives being ok?

Before doing that I would like some suggestions, or commentaries, could someone help me?

Pedro.


Oracle LazyDBA home page