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

System.User

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

SYSTEM.USER is a pseudotable that contains a row for each user currently accessing the DBEnvironment.

Table 8-39 System.User

Column NameTypeLengthDescription
USERIDCHAR20DBEUserID
CIDINTEGER4Unique connection identifier
SIDINTEGER4Unique session identifier

 

EXAMPLE



   SELECT * FROM System.User;

 

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

   USERID              |CID        |SID

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

   JOHN                |        108|        108

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

 

   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