![]() |
|
Archives of the TeradataForumMessage Posted: Wed, 11 Jan 2012 @ 15:13:01 GMT
Syed, Are you certain it is the TJ table which is causing the out of space condition? Run the following to check:
SELECT TABLENAME,SUM(CURRENTPERM)
FROM DBC.TABLESIZE
WHERE DATABASENAME='DBC'
GROUP BY 1
ORDER BY 1;
Also, if the queries are still running (doing updates etc) then rcvmanager won't get involved, so checking with rcvmanager is not conclusive. Cheers, Dave Ward Analytics Ltd - Information in motion (www.ward-analytics.com)
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||