Created the oracle user w groups oinstall sudo dba oper backupdba dgdba kmdba racdba
Installed OK w:
$sudo alien -iv Downloads/oracle-database-xe-18c-1.0-1.x86_64.rpm --scripts
Problem:
$ sudo /etc/init.d/oracle-xe-18c configure
Specify a password to be used for database accounts.
...
Confirm the password:
Configuring Oracle Listener.
Listener configuration succeeded.
Configuring Oracle Database XE.
[FATAL] [DBT-50000] Unable to check for available memory.
......from log...................
Refer associated stacktrace #oracle.install.commons.util.exception.AbstractErrorAdvisor:4192
[main] [ 2019-01-20 10:36:07.039 EST ] [AssistantLogHandler.publish:465] ---# Begin Stacktrace #---
ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:4192
oracle.assistants.common.base.exception.CVUException: [DBT-50000] Unable to check for available memory.
at oracle.assistants.common.lib.CVUHelper.checkAvailableMemory(CVUHelper.java:86)
...
oracle-xe-18c is not certified on Ubuntu; Got that but trying to understand the error condition and if there is anything to setup to pass it...
Q: What is CVUHelper.java:86 condition been checked that is not satisfied?
Thanks for any clue about this.