ORA-01658: unable to create INITIAL
extent for segment in tablespace string
Cause
Cause
Failed to find sufficient contiguous space to allocate INITIAL extent for
segment being created.
Solution
Solution
Use ALTER TABLESPACE
ADD DATAFILE to add additional space to the tablespace or retry with a
smaller value for INITIAL.
1 - Make the INITIAL extent size smaller
2 - Empty the recycle bin
3 - Add a datafile the
tablespace to provide a larger contiguous chunk size.
4 - Reorganize the tables
in the tablespace
This case of ORA-01658 concerns needing to make the tablespace bigger, which can be done by either extending your file, or adding another one. This is a good solution for ORA-01658 because repository tables need to be meticulously created keeping the extents of the table in mind.
No comments:
Post a Comment