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

14,915

Solution 1

Add the following parameter to bypass the error:

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

Solution 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".

Solution 3

Bypass via advanced setup

Run DBCA as admin and work your way through the advanced setup. I think this issue is avoided because it lets you manually enter, or use recommended defaults, for the memory section.

Share:
14,915

Related videos on Youtube

Yusuf Ibrahim
Author by

Yusuf Ibrahim

Java, PHP, and Javascript (Symfony, Laravel, VueJS, and AngularJS ) fullstack Web developer from Bandung Indonesia

Updated on July 03, 2022

Comments

  • Yusuf Ibrahim
    Yusuf Ibrahim almost 2 years

    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).

    enter image description here

    My Oracle Database Version

    enter image description here