摘要: ORA-01688: unable to extend table ,这个错误表明表空间使用率满,查看提示的表对应利用率;设置自动扩展或者增大容量。 (1)查看日志提示的表名 select tablespace_name, file_id, file_name, round(bytes/(1024* 阅读全文
posted @ 2022-11-14 20:38 chillymint 阅读(883) 评论(0) 推荐(0)