ORA-01658: 沒法爲表空間 XXX 中的段建立 INITIAL 區

ORA-01658: 沒法爲表空間 XXX中的段建立 INITIAL 區app

表示表空間撐滿了,須要擴充表空間,若是最大值也超過了就要新增數據文件spa

擴充表空間的幾個方式it

alter database datafile 'D:\app\fei.yang\oradata\orcl\xxx_data_02.dbf' resize 100m;table

alter database datafile 'D:\app\fei.yang\oradata\orcl\xxx_data_02.dbf' autoextend  on next  400m maxsize unlimited;file

若是擴充後仍是不夠,就要新增數據文件,我這裏給的20Gim

 alter tablespace ldm add datafile 'D:\app\fei.yang\oradata\orcl\xxx_data_02.dbf' size 100M autoextend on maxsize 20480m  next

相關文章
相關標籤/搜索