HPlogo ALLBASE/SQL Database Administration Guide: HP 3000 MPE/iX Computer Systems > Appendix G SQLGEN

GENERATE INSTALLAUTH

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Generates GRANT INSTALL commands necessary to recreate all the Module Authorities in the DBEnvironment.

Scope

SQLGEN Only

SQLGEN Syntax

>> [GENERATE]INSTALLAUTH Schema File Name or '//' to STOP command >> SchemaFileName User Name >> UserName

Parameters

SchemaFileName

is the name of the schema file where SQLGEN places the generated command.

User Name

is the user name for the modules for whom you are granting authority.

Description

  • GENERATE INSTALLAUTH builds GRANT INSTALL commands to recreate all Module Authorities in the DBEnvironment.

  • Authorities can be granted for the modules of one or more users of the DBEnvironment.

Example

   >> generate installauth



   ALLBASE/SQL Command Generator for INSTALL Authority



   Schema File Name or '//' to STOP command >> INSTPART

   Please enter User Names. Type @ for all, ? for a list of 

          User Names, or RETURN to quit.

     

          User Name >>@



   Generating Install Authorities for JIM@FRANCIS 

   Generating Install Authorities for KAREN@RIZZO

                     .                   .

                     .                   .

   >>


Schema File Produced

    GRANT INSTALL

            TO JIM@FRANCIS;

     

         GRANT INSTALL

            TO KAREN@RIZZO;

     

         COMMIT WORK;


Feedback to webmaster