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

System.Modauth

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

SYSTEM.MODAUTH contains RUN authorities for application programs. This view, along with the SYSTEM.COLAUTH, SYSTEM.PROCAUTH, SYSTEM.SPECAUTH, and SYSTEM.TABAUTH views, contains the authorities for the DBEnvironment.

Table 8-18 System.Modauth

Column NameTypeLengthDescription
USERIDCHAR20Authorized DBEUserID or authorization group
NAMECHAR20Name of the module for which the user has RUN authority
OWNERCHAR20Owner of the module for which the user has RUN authority

 

EXAMPLE



   SELECT * FROM System.Modauth;

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

   USERID              |NAME                |OWNER

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

   JIM                 |CEXP06              |JOHN

   KAREN               |CEXP06              |JOHN

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

   Number of rows selected is 2

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