I am in the midst of a new SAP installation.
I am trying to increase the shared pool size. But when I do this at the command line:
alter system shared_pool_size=400000000;
I get the following errors:
ORA-02097: parameter cannot be modified because specified value is invalid.
ORA-04033: Insufficient memory to grow pool.
This might be because I have 2GB RAM only (correct me if I am wrong).
Is there any way I can get around this problem without increasing my RAM?
Thanks
Prasad