"Available Memory is less than SGA Size" on odacli create-database
Message during database creation with odacli command :
# odacli create-database -u XXX -n XXX -dh b7e3d9b6-c5a9-406c-a7fa-211e4a93b6f8 -cl OLTP -s odb8 -r ASM -cs XXX -ns XXX -l XXX -dt XXX -no-c -y SI
Available Memory is less than SGA Size { Available : 11452mb and SGA Size : 32768mb }
It's en ODA X6-2M with memory extend 512G
Memory available on the server :
# free
total used free shared buffers cached
Mem: 527997220 171760956 356236264 646548 905764 17633120
-/+ buffers/cache: 153222072 374775148
Swap: 25165820 0 25165820
There is problem with the available memory estimation by the odacli command.
Because of that, we can no longer create new databases.