29 March,2013 by Tom Collins
Question : A server is short on disk space . I created a list of the largest file, and the largest is C000000.LRG. What is a LRG file and how can I make it smaller?
Answer: The LRG file is large tablespace container. To decrease the size of file : delete the data in the table , commit an offline REORG using the LONGLOBDATA option.
An Inplace REORG will not work.
db2 REORG TABLE APPL_LOG ALLOW NO ACCESS LONGLOBDATA
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |