SYS>alter system set streams_pool_size = 30m scope=both; alter system set streams_pool_size = 30m scope=both * ERROR at line 1: ORA-02097: parameter cannot be modified because specified value is invalid ORA-04033: Insufficient memory to grow pool ...
SQL> alter system set SHARED_POOL_SIZE = 300M; alter system set SHARED_POOL_SIZE = 300M * ERROR at line 1: ORA-02097: parameter cannot be modified because specified value is invalid ORA-04033: Insufficient memory to grow pool Can you pl help me!!! anuskaKnow the answer? Help others ...