Oracle数据库ORA-01658报错处理
报错信息:
ORA-01658: unable to create INITIAL extent for segment in tablespace <tablespace name>
where default <tablespace name> for DATA tablespace is PMDB_DAT1
where default <tablespace name> for INDEX tablespace is PMDB_NDX1
where default <tablespace name> for LOB tablespace is PMDB_LOB1
原因:
Failed to find sufficient contiguous space to allocate INITIAL extent for segment being created.
解决办法:
The solutions or workarounds for the ORA-01658 Oracle error include:
1. Add a new datafile into the tablespace to increase additional space.
2. Retry the transaction or process with a smaller value for INITIAL.
3. Set AUTOEXTEND on for the data file of