[oracle]ORA-01688:unable to extend table name。name partition NAME by NUM in tablespace

[oracle]ORA-01688:unable to extend table name。name partition NAME by NUM in tablespace

在测试数据表分区的脚本,倒数据时碰到这个错误,原因是表空间已经不够用了

可以在sqlplus中使用以下命令,给表空间添加数据文件:

 alter   tablespace   tablespaceName add   datafile   filePath size   500m;

Let life be beautiful like summer flowers and death like autumn leaves.

你可能感兴趣的:([oracle]ORA-01688:unable to extend table name。name partition NAME by NUM in tablespace)