oracle DBA反映ODA中的虚拟机无法分配内存
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle DBA反映ODA中的虚拟机无法分配内存相关的知识,希望对你有一定的参考价值。
调查最终原因是由于oracle数据库本身参数设置的问题。
1. 怎么给虚拟机调整内存和cpu:
oakcli configure vm uat-ihub-oracle-db -prefnode 1 -maxvcpu 8 –vcpu 8 -maxmemory 16G -memory 16G
2. 添加磁盘:
oakcli create vdisk uatdb_vdisk -repo sharedrepo -size 50G -type shared
oakcli modify vm uat-ihub-oracle-db -attachvdisk uatdb_vdisk
and then we need to reboot vm uat-ihub-oracle-db
本文出自 “Victor的奋斗历程” 博客,请务必保留此出处http://victor2016.blog.51cto.com/6768693/1868127
以上是关于oracle DBA反映ODA中的虚拟机无法分配内存的主要内容,如果未能解决你的问题,请参考以下文章
Oracle VM VirtualBox 虚拟机网络桥接所遇问题.求解.