select NAME, VALUE from v$parameter where
name='shared_pool_size';
select NAME, VALUE from v$parameter where
name='shared_pool_reserved_size';
Note: If the value is lower than 150 MB, increase it to at least 150 MB (400 MB is better), and restart the database.
Post a Comment