Oracle DB upgrade to 12c-Error
Hi Team,
I'm doing the following activity.
I have a database D1 on host H1 of version 12.1.0.2.
I have taken a RMAN backup of another database 11.2.0.4 from database D2 from host H2, and then want to restore the same on host H1 by replacing the database D1. (File System on both the servers are different, ASM disks are different too)
The restoration was done in the normal fashion. First restored SPFILE-->then controlfile --> finally the datafiles. After doing the restoration, I executed:
alter database open resetlogs upgrade;
it executed successfully, after this I executed:
$ORACLE_HOME/perl/bin/perl catctl.pl -n 4 catupgrd.sql