我在vmware融合的Ubuntu上安装了OracleXE11g。oracle的安装都进行得很好,但我无法使用sqlplus连接oracle数据库。我得到了一个例外:
$ sqlplus
SQL*Plus: Release 11.2.0.2.0 Production on Wed May 27 18:40:24 2015
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Enter user-name: system
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27102: out of memory
Linux-x86_64 Error: 12: Cannot allocate memory
Additional information: 1
Additional information: 3309588
Additional information: 8
Process ID: 0
Session ID: 0 Serial number: 0按照这个优秀的博客http://blog.whitehorses.nl/2014/03/18/installing-java-oracle-11g-r2-express-edition-and-sql-developer-on-ubuntu-64-bit/的指示,我安装了所有的东西,但感觉好像我错过了一些显而易见的东西。我已经设置了Vmware与2GB内存的融合。
发布于 2015-05-27 21:33:28
无法分配内存意味着您没有足够的ram。检查oralce指南中的内存需求
https://dba.stackexchange.com/questions/102590
复制相似问题