Ошибка при установке БД в Ubuntu 16.04: [INS-35180] Unable to check for available memory
При установке в Ubuntu 16.04 Oracle БД 19c выдает такую ошибку:
[INS-35180] Unable to check for available memory
Additional Information:
Exception details - PRVG-1901 : failed to setup CVU remote execution framework directory "/tmp/InstallActions2020-09-24_04-50-55AM/CVU_19.0.0.0.0_ubuntu/" on nodes "ubuntu-psb133s01zfh"
Please select a different work area for the framework
An internal error occurred within cluster verification framework
The command executed was "/tmp/InstallActions2020-09-24_04-50-55AM/CVU_19.0.0.0.0_ubuntu//exectask.sh -getver". The output from the command was "/tmp/InstallActions2020-09-24_04-50-55AM/CVU_19.0.0.0.0_ubuntu/exectask: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory"
An internal error occurred within cluster verification framework
The command executed was "/tmp/InstallActions2020-09-24_04-50-55AM/CVU_19.0.0.0.0_ubuntu//exectask.sh -getver". The output from the command was "/tmp/InstallActions2020-09-24_04-50-55AM/CVU_19.0.0.0.0_ubuntu/exectask: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory"
Version of exectask could not be retrieved from node "ubuntu-psb133s01zfh"
Ответы (1 шт):
Автор решения: 0xdb
→ Ссылка
DBCA не в состоянии проверить объем доступной памяти в системе.
Чтобы обойти ошибку, запустите DBCA вручную и добавьте следующий параметр:
dbca -J-Doracle.assistants.dbca.validate.ConfigurationParams=false &
Свободный перевод ответа участника @0xdb на вопрос:
Getting “Unable to check for available memory.” on Oracle DB 18c