DBAStudent,
Notice that it is not saying,
"Unable to extend lo
gsegment" (as your title says)
...It is saying,
"Unable to extend lo
bsegment"
"LOB" stands for "Large OBject". There is a Large OBject of some sort (originating from a CLOB [Character Large OBject] or a BLOB [Binary Large OBject], for example) that cannot grow because either A) Oracle cannot find 128 contiguous free blocks in your CMPRDATA1 tablespace or B) the disk drive/file system that holds the data file(s) for the CMPRDATA1 tablespace ran out of disk space.
Problem A is an Oracle issue, which your DBA can resolve by either adding another disk file to the CMPRDATA1 tablespace or altering the existing data file(s) to AUTOEXTEND (preferrably to no more than 2GB) if they are not already autoextending.
Problem B is a system-administrator issue.
Let us know if this sheds enough light on your problem to give you a light at the end of the tunnel (that is not an on-coming train).
![[santa] [santa] [santa]](/data/assets/smilies/santa.gif)
Mufasa
(aka Dave of Sandy, Utah, USA)
[I can provide you with low-cost, remote Database Administration services: see our website and contact me via
www.dasages.com]