So I have made several attempts to clone a database using em12c cloud control. During the 'Restore the Database from the RMAN Backups' step, the database is shutdown and then restarted, I get the following error:
RMAN -06136: ORACLE error from auxiliary database: ORA-00059: maximum number of DB_FILES exceeded
The source database has this parameter set DB_FILES = 1000
The target database has this parameter set DB_FILES = 84
So the question, how can I change this parameter during the cloning process? There is a screen that allows me to change init.ora parameters but db_files is not one that's identified and there doesn't seem to be a way to add it to that screen.
Thanks