Unable to extend partition

broken image

Oracle Tutorial | Oracle Database Tutorials for Beginners ( Junior Oracle DBA ) If you are using File system, then you can add as follows.ĪLTER TABLESPACE TABLESPACE_NAME ADD DATAFILE '/oradata/datafile/tablespace02.dbf' SIZE 10G ĭo you want to learn Oracle Database for Beginners, then read the following articles. If you are using Oracle ASM, then you can add as follows.ĪLTER TABLESPACE TABLESPACE_NAME ADD DATAFILE '+DATA' SIZE 10G You can add a datafile to related tablespace as follows.

broken image

To solve this error, Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.

This ORA-01688 error is related with the Failed to allocate an extent of the required number of blocks for table segment in the tablespace indicated. Unable to extend table string.string partition string by string in tablespace ORA-01688: unable to extend table string.string partition string by string in tablespace stringĬause: Failed to allocate an extent of the required number of blocks for table segment in the tablespace indicated.Īction: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.