aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-02855: Number of requests is less than the number of slaves

ORA-02855: Number of requests is less than the number of slaves
Cause: The value given for "db_slave_buffers" in your INIT.ORA file is less than the number specified for the number of slaves, "db_slaves."
Action: Specify a number that is greater than that given for "db_slaves" Alternatively, specify 0. The kernel will supply the appropriate number.

请先 登录 后评论

1 个回答

小智
ORA-02855:请求数小于从站数,
.原因:为INIT.ORA文件中的“db_slave_buffers”指定的值小于为从站数“db_slaves”指定的值。,
.操作:指定大于“db_slaves”的数字。或者,指定0.内核将提供适当的数字。,
.
请先 登录 后评论