ORA-65107 + ORA-14694 trying to pen a 19.16 pluggable database in 19.25 RAC instances
Hi,
I'm moving some PDBs from 19.16 tp 19.25 (both in RAC mode)
Usually, my procedure is running fine
- create a db link
- create pluggable database DB1 from DB1@dblink ;
- alter pluggable database DB1 open instances=all ; ⇒ error
- $ORACLE_HOME/OPatch/datapatch —pdbs DB1
- alter pluggable database DB1 close instances=all ;
- alter pluggable database DB1 open instances=all ;
From one specific server, I'm not able to open any database
ERROR at line 1:
ORA-65107: Error encountered when processing the current task on instance:1
ORA-14694: database must in UPGRADE mode to begin MAX_STRING_SIZE migration
I already tried to apply a simple open without instances=all… same issue