ORA-1654, ORA-1653, ORA-1658, ORA-1683 When Tablespace has plenty of free space
(Doc ID 1539699.1)
Last updated on MAY 22, 2024
Applies to:
Oracle Database Cloud Schema Service - Version N/A and laterOracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
No Object in the Recycle bin for this Tablespace :
SQL>select * from dba_recyclebin where ts_name = '
Symptoms
When using Automatic Segment Space Management (ASSM),
The following error could be reported
ORA-1653: unable to extend table <Segment NAME> by 128 in tablespace <tablespace_name>
Where confirmed that plenty of free space as follow :
SQL>select * from dba_free_space where where tablespace_name = '<TSNAME>' and
blocks >= 128;
Reported so many rows , so lot of space available with size > 1MB
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |