Olá pessoal,
tenho um banco de teste que corrompeu um datafile no File system. 
Eu tentei recover automatic; mas deu o mesmo erro.
Como é undotbls tablespace, ou seja, não tem dados, qual seria o
procedimento correto para apagá-la e criá-la de novo?

Saudações a todos,
Josir.

SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01115: IO error reading block from file 2 (block # 73)
ORA-01110: data file 2: '/u01/app/oracle/oradata/orcl/undotbs01.dbf'
ORA-27072: File I/O error
Linux Error: 5: Input/output error
Additional information: 4
Additional information: 73
Additional information: -1


SQL> recover automatic;
ORA-00283: recovery session canceled due to errors
ORA-01115: IO error reading block from file 2 (block # 73)
ORA-01110: data file 2: '/u01/app/oracle/oradata/orcl/undotbs01.dbf'
ORA-27072: File I/O error
Linux Error: 5: Input/output error
Additional information: 4
Additional information: 73
Additional information: -1


Responder a