Previous Topic: -257 - FOREIGN KEY COLUMN xxx NOT FOUNDNext Topic: -259 - INDEX FULL - DBID=nnnn


-258 - TABLE FULL - DBID=nnnn INTERNAL NAME aaa

Explanation

The INSERT/UPDATE request is denied because the space allocated for the CA Datacom/DB area containing the requested table is being used. The nnnn is replaced with the database ID and the aaa is replaced with the three-character CA Datacom/DB name for the area.

The SQLSTATE that equates to this SQL return code is 57S06.

User Response

Execute the DBUTLTY EXTEND AREA=aaa function to enlarge the data area, delete rows from the area, or reorganize the table to recover space if one of the data area space reclamation options is not in force. See the CA Datacom/DB DBUTLTY Reference Guide for the command format required to execute this function.