프린트 하기

복구가 필요한 데이터 파일 확인

select a.file#, a.name, b.error,b.online_status

from v$datafile a, v$recover_file b

where a.file# = b.file#;