Trying to clone a database from em12c. Doing point in time clone using full backup. In the step 'Restore the database from the RMAN Backups'.
Receiving the error:
RMAN-06136: ORACLE error from auxiliary database: ORA-00059: maximum number of DB_FILES exceeded
Any ideas what might be causing this?
I have checked the src_db_data_file_list.txt, the number of files identified = 42. In the temporary init.ora file it set db_files to 84, double the number from the src_db_data_file_list. I have run the procedure on other databases without this issue.