![]() |
ALLBASE/SQL Reference Manual
> Chapter 10 SQL Statements A - DDROP TEMPSPACE |
|||||||||||||||||||||||
|
ScopeISQL or Application Programs SQL SyntaxDROP TEMPSPACE TempSpaceName Parameters
Description
AuthorizationYou must have DBA authority to use this statement. ExampleTempSpace temporary files are created in the /sort/PurchDB directory when SQL statements require sorting. CREATE TEMPSPACE ThisTempSpace WITH MAXFILEPAGES = 360, LOCATION = '/sort/PurchDB' DROP TEMPSPACE ThisTempSpaceTempSpace temporary files are no longer available in the /sort/PurchDB, directory but can be allocated under /tmp as needed.
|