ORA-00371: not enough shared pool memory, should be atleast 52132659 bytes
418105Mar 30 2004 — edited Sep 28 2004Question from a newbie...
After much reading and working the keyboard, I installed Oracle 10g on Red Hat 9. I had some issues with DBCA during installation and had to run DBCA manually to create a DB. My problem is that I can't get my instance to get started.
When I do the following:
$ su - oracle
$ sqlplus /nolog
sqlplus> connect sys as sysdba
***I enter password for sys when prompted.***
$ startup
This is what I get:
ORA-00371: not enough shared pool memory, should be at least 52132659 bytes
What could be the problem? I'm new to this stuff. Any help is much appreciated.