Getting “Unable to check for available memory.” on Oracle DB 18c

大兔子大兔子 提交于 2020-07-08 12:46:57

问题


I am trying to create a database in order to complete my self learning, but unfortunately I got unexpected error "Unable to check for available memory.", I am doing it using Database Configuration Assistant (DBCA).

I really need to solve this so I can continue my self learning, Any help will be extremely appreciated.

Thanks,

My Oracle Database Version


回答1:


Add the following parameter to bypass the error:

dbca -J-Doracle.assistants.dbca.validate.ConfigurationParams=false &



回答2:


This error as it says, indicate that the "DBCA" can not check for available memory. This happens when "DBCA" does not have permission to check.

To bypass this error, run your Command Prompt as Administrator before lunching "DBCA".



来源:https://stackoverflow.com/questions/55019218/getting-unable-to-check-for-available-memory-on-oracle-db-18c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!