- Install Error [DBT-50000] Unable to check for available memory
We recently got error while installing database on 16GB physical RAM machine. we can also install using response file to avoid this error or use below command on command prompt.
dbca -J-Doracle.assistants.dbca.validate.ConfigurationParams=false
- Open comand prompt with adminstrator option
cd D:\WINDOWS.X64_193000_db_home\bin
D:\WINDOWS.X64_193000_db_home\bin>
dbca -J-Doracle.assistants.dbca.validate.ConfigurationParams=false
It worked, thanks much
ReplyDelete