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:oradataorclPERFSTAT.DBF' autoextend on;
数据库已更改。