ORA-01659: 无法分配超出 7 的 MINEXTENTS

plsql连接出错:ORA-01659: 无法分配超出 7 的 MINEXTENTS (在表空间 PERFSTAT 中)

从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Mining options 断开

---------------------------------------------------------------------------------------------------------

创建表空间时文件分配100M,其他设置正常,查询资料发现要设置文件的自动扩展:

SQL> conn / as sysdba
已连接。
SQL> alter database datafile 'D:\oradata\orcl\PERFSTAT.DBF' autoextend on;

数据库已更改。

posted @ 2018-04-18 10:38  .L  阅读(1556)  评论(0编辑  收藏  举报