Re: 12c to 19c postpdbcreation failed , ebs 12.2.9 environement.
Posted by ErmanArslansOracleBlog on Apr 28, 2021; 8:18pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/12c-to-19c-postpdbcreation-failed-ebs-12-2-9-environement-tp8244p9690.html
We didn't get any response from person asking the question.
But I revisited this thread and current what I'm thinking is, it may be related with the environment..
especially environment variable named ADJVAPRG..
ADJVAPRG should be set the JDK executable.
You should set your environment with;
cd $ORACLE_HOME/appsutil
. ./txkSetCfgCDB.env dboraclehome=<full path of ORACLE_HOME>
And then your $ADJVAPRG should be set to jdk/bin/java..
[oracle@ebsclone appsutil]$ echo $ADJVAPRG
/u01/dbebs/product/19.0.0/jdk/bin/java
This move should fix the issue. It is already documented in "Interoperability Notes: Oracle E-Business Suite Release 12.2 with Oracle Database 19c (Doc ID 2552181.1)" - "Step 6 Run the post PDB script."
Please check your environment with this in mind and retry.