|
Archives of the TeradataForumMessage Posted: Tue, 01 Jul 2003 @ 13:31:35 GMT
Jake, Use the following query to check the users who are holding spool:... SELECT DATABASENAME, VPROC, CURRENTSPOOL FROM DBC.DISKSPACE WHERE DATABASENAME NOT IN (SEL USERNAME FROM DBC.SESSIONINFO) AND DATABASENAME <> 'DBC' AND CURRENTSPOOL > 0 ORDER BY 1,2; You can use The 'updatespace' utility to recover this space, however you will need to enter each database individually. On your PDN node start cnsterm: Example: $ cnsterm 6 Attempting to connect to CNS...completed. Input Supervisor Command: > start updatespace start updatespace Started 'updatespace' in window 1 at Tue Jul 1 09:36:35 2003 < Hope this helps... Thanks and Regards, Bharat Tripathi
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||