Cloning 19c DB from one host to another using backup sets
Hi
We are testing the process of restoring a database from network based backup
Target DB is 2 node RAC and AUX DB is single instance
The datafiles are on +DATA disk group on TARGET DB and it will be same on AUX DB
REDO logs are on +RECO disk group on TARGET DB but these will be on +RECO disk group on AUX DB
We created a pfile from spfile of the TARGET database and modified it accordingly (esp the following 3)
*.log_file_name_convert='+REDO','+RECO'
*.db_create_file_dest='+DATA'
*.db_create_online_log_dest_1='+RECO'