Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

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!

oracle-xe-18c configure on Ubuntu 18.04 fails w [DBT-50000]

Michael V.C.Jan 20 2019 — edited Feb 13 2019

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.

Comments
Post Details
Added on Jan 20 2019
4 comments
2,165 views