有一个存储过程,大致就是往分区表里写数据。但是一直提示
ORA-01688: unable to extend table mat.BUY_MAT_HIS partition BUY_MAT,在10点钟已经增加了数据文件。但是现在还在报这个错误
[oracle@100 ~]$ oerr ora 01688
01688, 00000, "unable to extend table %s.%s partition %s by %s in tablespace %s"
// *Cause: Failed to allocate an extent of the required number of blocks for
// table segment in the tablespace indicated.
// *Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more
// files to the tablespace indicated.