HPlogo ALLBASE/SQL Database Administration Guide: HP 3000 MPE/iX 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-38 System.TempSpace

Column NameTypeLengthDescription
TEMPSNAMECHAR20Name of the TempSpace
LOCATIONCHAR8System identifier for the group being used for TempSpace files
MAXFILEPAGESINTEGER4 Maximum number of pages per file opened in the TempSpace
CTIMECHAR16Time of creation: yyyymmddhhmmsstt

 

Example



   select * from system.tempspace;

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

   TEMPSNAME           |LOCATION

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

   MJTMPSP             |TEMPGRP

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

   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