Performed a recovery of datafiles while the tablespace was online ?
Performed a recovery of datafiles while the tablespace was online. However the respective datafile was offline (needing recovery)
SQL> recover datafile 1840;
ORA-00279: change 25180973298 generated at 10/11/2010 10:50:53 needed for thread 4
ORA-00289: suggestion : /ora/archive-prod/RAPTEP/RAPTEParc_4_208223.dbf
ORA-00280: change 25180973298 for thread 4 is in sequence #208223
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00279: change 25180973298 generated at 10/11/2010 10:50:52 needed for thread 1
ORA-00289: suggestion : /ora/archive-prod/RAPTEP/RAPTEParc_1_223761.dbf
ORA-00280: change 25180973298 for thread 1 is in sequence #223761
Is this acceptable ? Would there be any corruptions, etc. if this were done.
0