IBM Netfinity 6000R User Reference Manual page 55

Hide thumbs Also See for Netfinity 6000R:
Table of Contents

Advertisement

To prepare SQL statements stored in the bind file and store the package in the
database, perform the following steps from a system on which Netfinity Manager
for OS/2, Netfinity Manager for Windows 95, or Netfinity Manager for Windows
NT has been installed:
a. Open a DB2 command window.
b. In the DB2 command window, type the following command:
DB2 BIND
\
x:
directory
where
\
x:
directory
Manager is installed.
c. Press Enter.
Granting and revoking database privileges
The following information describes how to grant and revoke database privileges.
If your primary system is OS/2, refer to "Database privileges on OS/2
Note:
systems" on page 41.
1. Start a DB2 command window.
Notes:
a. If it is not already running, start the DB2 database manager.
b. If you are not connected to the DB2 Netfinity database, connect to the
database now.
2. Type the following command:
DB2 GRANT
privilegecode
where
privilegecode is one of the following privilege codes:
— ALL
— ALL PRIVILEGES
Note:
Grants all the appropriate privileges, except CONTROL, on the
database.
— ALTER
— CONTROL
— DELETE
— INDEX
— INSERT
— REFERENCES
— SELECT
— UPDATE
tablename is the name of the table as specified during database installation. A
listing of the Netfinity database table names can be found in the Netfinity
User's Guide (Appendix H: Netfinity Relational 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 Netfinity Manager to access the
database.
Type the following command at the OS/2 prompt:
\DB2SQLC0.bnd
is the name of the drive and directory where Netfinity
ON TABLE
tablename
TO
userid
Chapter 5. Using Netfinity Manager
41

Advertisement

Table of Contents
loading

Table of Contents