I am executing a select query. When number of tables is 10 or less then 10 query is executing fine.
select * from SERVEIT.ibasemaster,
SERVEIT.ticket,
SERVEIT.PSEUDOTICKETDETAILS,
SERVEIT.ticketdetails,
SERVEIT.obligationtypemaster,
SERVEIT.STATUSMASTER;
but when number of tables increase more than 10 query is not executing and giving error code "DB2 SQL Error: SQLCODE=-968, SQLSTATE=57011, SQLERRMC=null, DRIVER=4.21.29". I have searched the issue and get to know this is a space size issue.
I have increased the logproimary size to 8 and logsecond size to 16 but this is also not working.