Error when try restore database from backup level 0 and 1
Hello community,
I have an old database that I make backups with RMAN using incremental backup at level 0 and 1, but when trying to restore I cannot do so, as errors ORA-01180 and ORA-01110 occur with system01.dbf when trying to restore database with the message:
creating datafile file number=1 name=/ora/oradata/ORCL/system01.dbf
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 04/12/2024 10:57:51
ORA-01180: n?o e possivel criar o arquivo de dados 1
ORA-01110: 1 do arquivo de dados: '/ora/oradata/ORCL/system01.dbf'
I tried to reset all the incarnations listed, but none of them were successful in restoring this file. Which does not happen in the case of full database backup.