Hi there,
I was loading my database with a batch of new data when I suddenly received this message:
Maximum size of a table object has been exceeded.
I was unaware that there was a maximum size for a table. Is this the case? Do tables get full? Do I have to create a new table and start updating it instead and then do a table join when querying?
It's DB2 8.1 Enterprise Edition.
Thanks for the help.