flashback database 19c upgraded database
I upgraded 3vnode RAC 12.2.0.3 database to 19.3. Had issues and with upgraded database. I flashbacked 19c database
connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
SQL> flashback database to restore point AUTOUPGRADE_9212_TEST11122010;
Flashback complete.
SQL> exit
run 12c profile
12.2.0.1/db_1> export ORACLE_SID=TEST11
oracle-TEST11@test:/u01/app/oracle/product/12.2.0.1/db_1> srvctl start database -d TEST1 -o mount
PRCD-1229 : An attempt to access configuration of database TEST1 was rejected because its version 19.0.0.0.0 differs from the program version 12.2.0.1.0. Instead run the program from /u01/app/oracle/product/19.0.0/db_1.
Please help me out