数据库很多表频繁报错 ora-01688 ora-01650 等错误
cause: failed to allocate extent for the rollback segment in tablespace. 【程序编程相关:Zoom图库组件2.1.2 简体中文版发】ora-01650: unable to extend rollback segment %s by %s in tablespace %s 【推荐阅读:颜色英文代码全集】从原因上看 unable to extend 是因为没有邻近的空间可以去扩展 【扩展信息:存储过程备份SQL日志】action: use the alter tablespace add datafile statement to add one or more files to the specified tablespace. 报错的是motorola表空间首先!我的所有表的next 都是1m pctincrease 0
所以我就先去查motorola 所在表空间最大的邻近空间sql>select max(bytes) from dba_free_space where tablespace_name = ´motorola´;max(bytes)
----------2126503936... 下一页