IBM 21Y Manuel D’Utilisation

Page de 210
90
Netfinity 3500-M20 – Type 8657 Models 21Y, 22Y, 31Y, 32Y,
finity database table names can be found in the 
Netfinity User’s Guide
 (Appendix H: Netfinity Rela-
tional Database Tables). 
Note: The Netfinity Database Administration Tool 
can also be used to GRANT or REVOKE 
privileges.
userid
 is the user ID to be granted access
3. Press Enter to execute the command.
To revoke privileges, substitute REVOKE for GRANT in the 
command line.
Database privileges on OS/2 systems:  
1. Use the GRANT EXECUTE command to enable Netfin-
ity Manager to access the database. 
Type the following command at the OS/2 prompt:
DB2 GRANT EXECUTE ON PACKAGE NETFIN.DB2SQLC0 TO 
PUBLIC
and then press Enter.
Note: Specify PUBLIC or authorize only specific man-
ager systems. To limit access to the database, 
substitute the authorization name of the manag-
ing system for PUBLIC.
2. Use the CONNECT RESET command to disconnect 
current users from the database. 
Type the following command at the OS/2 prompt:
DB2 CONNECT RESET
and then press Enter.
3. Use the NETFINDB GRANT command to grant (or 
revoke) database privileges. 
To grant or revoke table privileges on OS/2: 
a. Insert the Netfinity Manager CD into the CD-ROM 
drive (in this example, drive D; individual drive let-
ters might be different).
b. Make the CD-ROM drive the active drive. 
Type 
D:
 and then press Enter.
c. Type the following command: 
NETFINDB GRANT /ID=
id
 PUBLIC 
/DBNAME=
databasename
 /PRIV=
privilegecode
where 
id
 is the user ID to be granted access
databasename
 is the name of the database 
as specified during NETFINDB execution
privilegecode
 is one of the following privilege 
codes: 
— ALL
— ALTER
— CONTROL
— DELETE
— INDEX
— INSERT
— REFERENCES
— SELECT
— UPDATE
d. Press Enter to execute the command.