sql command to set shared_pool_size
789589Feb 20 2012 — edited Feb 21 2012Dear Guru:
what is sql command to set shared_pool_size = 400mb
I have try below SQL command but not work
alter system set shared_pool_size=400M scope=both;
error=>ORA-02097 parameter cannot be modified because specified value is invalid.
ORA-04033 insufficient memory to grow pool.
Thx in advance.