Hi Rosendo,
so that is the reseaon for your problem.
simple said:
1. you defined a recovery with option until cancel + auto
--> all offlRedolog / archives in the oraarch-destination are used for the recovery, if they agree with the defined configuration / naming conventions in the pfile/spfile
2. there are no suitable archives --> the recovery is finished
3. the DB determine, if you try to open the DB, that the DB is not consistent --> not all needed transaction / archive are restored
there are a few possible solutions / ways. for example:
- one option is to rename manuell the archives like it is needed or defined in the pfile/spfile an to restared the recovey
- or to modify the configuration in the pfile/spfile for the archive-naming convention
eg.:
*.log_archive_dest --> this is the destination for your archivefiles
*.log_archive_format = %t_%s_%r.dbf --> this is the format/naming convention for archivefiles defined in PFILE (init<SID>.ora) or SPFILE