on 2016 Mar 07 5:26 PM
Request clarification before answering.
There are physical limitations in the size of a database table in some DBMS. Knowing this the software disallows adding extensions that would exceed this value. This has been more of an issue with older DB2 versions. In any event, I assume you have either many small extensions or you have used multiple "BIG TEXT" type extensions. These tend to chew up available space quickly. A solution would be to mark unused extensions as inactive and use the extension clean up utility which I have outlined in a blog called: Deleting Inactive Extensions
Regards,
Gary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.