HPlogo ALLBASE/SQL Database Administration Guide: HP 9000 Computer Systems > Chapter 8 System Catalog

System.TempSpace

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

SYSTEM.TEMPSPACE contains information about TempSpace names. This view is initially empty, but is updated whenever ALLBASE/SQL processes a CREATE TEMPSPACE or DROP TEMPSPACE. You can use this view to determine the defined TempSpaces.



   isql=> SELECT * from SYSTEM.TEMPSPACE;

Table 8-37 System.TempSpace

Column NameTypeLengthDESCRIPTION
TEMPSNAMECHAR20Name of the TempSpace
LOCATIONCHAR35System identifier for the directory being used for TempSpace files
MAXFILEPAGESINTEGER4Maximum number of pages per file opened in the TempSpace
CTIMECHAR16Time of creation: yyyymmddhhmmsstt

 

EXAMPLE



   select * from system.tempspace;

   --------------------+--------------------------------------------

   TEMPSNAME           |LOCATION

   --------------------+--------------------------------------------

   MJTMPSP             |/misc/mjdir/tmp

   ---------------------------------------------------------------------------

   Number of rows selected is 1

   U[p], d[own], l[eft], r[ight], t[op], b[ottom], pr[int] <n>, or e[nd] > r



   +------------+----------------

   |MAXFILEPAGES|CTIME          

   +------------+----------------

   |         128|1990041216384500

   ---------------------------------------------------------------------------

   

   Number of rows selected is 1

   U[p], d[own], l[eft], r[ight], t[op], b[ottom], pr[int] <n>, or e[nd] > e

   ---------------------------------------------------------------------------
Feedback to webmaster