Database upgrade from 12c to 19c on ebs 12.1.3 - pdb creation failed
Hi Team
txkCreatePDB.pl giving error - ORA-65139: Mismatch between XML metadata file and data file
Interoperability Notes: Oracle E-Business Suite Release 12.1 with Oracle Database 19c ( Doc ID 2580629.1 )
We just follow this above doc id for oracle EBS database upgrade. In that we are in 2.5 section and step 5 its struck to create PDB.
Create the PDB : Load the environment variables by running the following commands:
On UNIX/Linux:
$ cd $ORACLE_HOME/appsutil
$ . ./txkSetCfgCDB.env dboraclehome=<full path of ORACLE_HOME>
$ cd $ORACLE_HOME/appsutil/bin
On Windows:
C:\> cd %ORACLE_HOME%/appsutil
C:\> txkSetCfgCDB.cmd dboraclehome=<full path of ORACLE_HOME>