Login  Register

Re: 12c to 19c postpdbcreation failed , ebs 12.2.9 environement.

Posted by ErmanArslansOracleBlog on Apr 18, 2020; 9:11am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/12c-to-19c-postpdbcreation-failed-ebs-12-2-9-environement-tp8244p8254.html

*I think you failed while executing the $ORACLE_HOME/appsutil/bin/txkPostPDBCreationTasks.pl

*Seems that your LD_LIBRARAY is ok, but still did you set your environment correctly? ->

$ cd $ORACLE_HOME/appsutil
$ . ./txkSetCfgCDB.env dboraclehome=<full path of ORACLE_HOME>

*Did you install JRE 8?

To install JRE 8 on the appsutil directory, copy the $ORACLE_HOME/jdk/jre directory to $ORACLE_HOME/appsutil/jre. Run the following commands:

$ cd $ORACLE_HOME/appsutil
$ cp -r $ORACLE_HOME/jdk/jre .
$ cp $ORACLE_HOME/jlib/orai18n.jar $ORACLE_HOME/appsutil/jre/lib/ext