For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Same problem.
netca_configure.log:
I'm not sure if this will be helpful in your instance, but I've found that Running /etc/init.d/oracle-xe-18c configure fails for me the first time I run it, every time. However, it also works the second time I run it, every time, so I use the following command:
/etc/init.d/oracle-xe-18c configure 2>&1 || \cat /opt/oracle/cfgtoollogs/netca/netca_configure_out.log && \/etc/init.d/oracle-xe-18c configure 2>&1
/etc/init.d/oracle-xe-18c configure 2>&1 || \
cat /opt/oracle/cfgtoollogs/netca/netca_configure_out.log && \
/etc/init.d/oracle-xe-18c configure 2>&1
Think I found the solution: you should do not update your centos installation!
I had the same problem and spent many hours in investigation - without any success. Finaly I did a new set up from scratch (via virtualbox) without update the system (yum check-update && yum -y update) and then everything works fine.