|
ORA-01652: unable to extend temp segment by %s in tablespace %s
When you try to create a new table or index in a tablespace, it is first created as a temporary segment inside the tablespace before the actual segment is created. There was not enough space left inside the tablespace to successfully complete the creation eg:
In order to solve the problem either extend the datafile attached to the tablespace, add a new datafile to the tablespace or turn on the autoextend feature of the datafile(s). To check what datafile are attached to the tablespace, use following command:
To add more space to a file issue following command:
To turn on the autoextend feature on a datafile use following command:
Forum Messages
Add your message for ORA-01652
| |||
