I am trying to run an ORACLE XE database image created at the customer location. I have two machines at home, one does run the database succesfully. The other does not. Difference between the two, the one is an intel i5 processor with 16 GB and the otherone is an AMD Ryzen 5 with 32 GB memory.
I can’t find the issue. When the database is starting the following information is shown.
Starting Oracle Net Listener.
Starting Oracle Database 11g Express Edition instance.
``
#########################
DATABASE IS READY TO USE!
#########################
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Mon Mar 09 11:59:19 2020
Stopping background process VKTM
Mon Mar 09 11:59:21 2020
Instance shutdown complete
After that the container is green in de docker desktop, but the database isn’t up and running. Who can help me?