ORA-01692
Unable to extend the LOB segment string.string partition string by string in tablespace string.
Cause
Failed to allocate an extent of the required number of blocks for the LOB segment in the specified tablespace.
Action
One of the following actions may resolve the problem:
- Turn ON autoextension for the data files.
- Increase MAXSIZE value for autoextensible files.
- If the segment is in a SMALLFILE tablespace, add one or more data files.
ORA-01692
unable to extend lob segment string.string partition string by string in tablespace string
Cause
Failed to allocate an extent of the required number of blocks for LOB segment in the tablespace indicated.
Action
Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
ORA-01692
unable to extend lob segment string.string partition string by string in tablespace string
Cause
Failed to allocate an extent of the required number of blocks for LOB segment in the tablespace indicated.
Action
Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.