Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ora-04031 : unable to allocate 56bytes of shared memory

user13327097Jun 11 2014 — edited Jun 12 2014

ora-04031 : unable to allocate 56bytes of shared memory("streams pool","unkown object","streams pool","fixed allocation callback")

several question.

1. when i restart db, can i solve it? naturally..

2. and.. oracle sr recommand  i have to increase streams_pool_size to 32M.(it's correct?)

alter system set streams_pool_size=<new_value>M scope=spfile;

3.we don't use spfile. so in our init file, we dont have streams_pool_size. so, we add streams_pool_size in our init file?

or if we use <alter system set streams_pool_size=<new_value>M scope=spfile; >, we dont need streams_pool_size.?

thank you very much about your reading.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2014
Added on Jun 11 2014
3 comments
363 views