Temporary Tables have accumulated and is not dropping from the DB. Why?
Check for the Query id -'QUERY_FETCH_TEMP_TABLES' in 'warehouse xml' and modify as per the schema For example: If the Warehouse is DB2, modify the below query in 'admin_db2_warehouse.xml' as: QUERY_FETCH_TEMP_TABLES SELECT TABLE_NAME FROM QSYS2.TABLES WHERE TABLE_NAME LIKE 'ARC_TEMP_%' " Alternatively, we can 'Re-cache Changes' and opt for 'Delete Temp Tables' to clear the accumulated temporary tables.