Carlos, December 12, 2025 - 4:25 pm UTC
Hi Chris,
thank you for your response, I just tried again, but same results:
alter table APEX_UNISOURCE.UOS_DOCUMENTS move ONLINE TABLESPACE USERS_NEW lob (DOCUMENT) store as securefile (tablespace APEX_DOC);
But seems like is moving again the lob(document) on Apex_doc tablespace, the command failed, because the lob tablespace got full, no sure why still moving lob.
Error starting at line : 1 in command -
alter table APEX_UNISOURCE.UOS_DOCUMENTS move ONLINE TABLESPACE USERS_NEW lob (DOCUMENT) store as securefile (tablespace APEX_DOC)
Error report -
ORA-01652: unable to extend temp segment by 1024 in tablespace APEX_DOC
01652. 00000 - "unable to extend temp segment by %s in tablespace %s"
*Cause: Failed to allocate an extent of the required number of blocks for
a temporary segment in the tablespace indicated.
*Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more
files to the tablespace indicated.