好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ORA-15461: STRIPE_WIDTH of string bytes is less than the minimum of string bytes ORACLE 报错

文档解释

ORA-15461: STRIPE_WIDTH of string bytes is less than the minimum of string bytes

Cause: An ADD VOLUME command specified a STRIPE_WIDTH that was too small.

Action: Select a larger STRIPE_WIDTH.

ORA-15461 对象字符串带宽低于最小要求的错误信息,可能是某些存储卷的条纹宽度设置的太小,而使系统存在资源冲突。

官方解释

常见案例

一般处理方法及步骤

步骤1:确定当前系统是否具有限制此条纹宽度大小的限制;

步骤2:如果有,请降低存储卷的条纹宽度以满足要求;

步骤3:重新创建存储卷;

步骤4:重新创建表空间。

查看更多关于ORA-15461: STRIPE_WIDTH of string bytes is less than the minimum of string bytes ORACLE 报错的详细内容...

  阅读:15次