ORA-00064: object is too large to allocate on this O/S
相关的bug:
Bug 7659217 ORA-64 attempting to startup with a large SGA / buffer cache size;
但经常不一定是bug:
solution:
按照metlink提示根源有:1 隐含参数设置(比如刚才提出的: _ksmg_granule_size);
2 库内参数:sga相关的,和进程等相关的;
3 主机相关参数的,SHMMAX或者swap等等。