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

System.Installauth

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

SYSTEM.INSTALLAUTH lists all users and authorization groups that have been granted INSTALL authority. ALLBASE/SQL updates SYSTEM.INSTALLAUTH when processing a GRANT INSTALL or REVOKE INSTALL statement, or when dropping a group having INSTALL authority.

SYSTEM.INSTALLAUTH, SYSTEM.COLAUTH, SYSTEM.MODAUTH, SYSTEM.PROCAUTH, SYSTEM.SPACEAUTH, SYSTEM.SPACEDEFAULT, SYSTEM.SPECAUTH, and SYSTEM.TABAUTH, contain the security scheme for the DBEnvironment.

CATALOG.INSTALLAUTH is identical in format to SYSTEM.INSTALLAUTH; it permits users without DBA authority or SELECT authority on SYSTEM.INSTALLAUTH to examine rows to which they have access.

Table 8-17 System.Installauth

Column NameTypeLengthDESCRIPTION
USERIDCHAR20Authorized DBEUserID or authorization group
OWNERCHAR20An owner name the USERID is authorized to use. If blank, the USERID is authorized to use any owner name.

 

EXAMPLE



   SELECT * FROM System.Installauth;

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

   USERID              |OWNER               

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

   GEORGE              |

   CLEM                |JOHN

   CLEM                |SUSAN

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

   Number of rows selected is 3

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