DB USER: Create/Change Group Notebook -- Infopops

Grants the CONNECT authority to the specified user. The CONNECT authority allows a user to access the database.

Grants the CREATETAB authority. The CREATETAB authority allows users to create tables within any schema they own. Users with the CREATETAB authority will automatically receive CONTROL privileges on any table they create. Users will retain any privileges they may have if the CREATETAB privilege is revoked.

Grants the BINDADD authority to the specified user. The BINDADD authority allows users to create packages in the database and gives them CONTROL privileges on any packages they create. Users will retain any privileges they have if the BINDADD privilege is revoked.

Grants the CREATE_NOT_FENCED authority. The CREATE_NOT_FENCED authority allows users to register functions as not-fenced, allowing them to run in the database manager's process. Any functions that have been registered as not-fenced will continue to run in the database manager's process, even if the CREATE_NOT_FENCED authority is revoked.

Grants the DBADM authority. The DBADM authority allows users to perform any administrative task on the database. This includes the ability to load data, create objects, and monitor database activity. Users with the DBADMIN authority can also grant database privileges to other users.

Grants the IMPLICIT_SCHEMA authority. The IMPLICIT_SCHEMA authority allows users to create a new schema by specifying the new schema's name in the definition of an object.

Grants the LOAD authority. The LOAD authority allows users to run the LOAD utility without the need for SYSADM or DBADM authority.

Displays a list of the schemas on which the user has privileges. An X indicates it does not have the privilege. A single check mark indicates that they do have the privilege. A double check mark indicates that they have the privilege and have the ability to grant it to other users. Corner brackets indicate that the privilege or lack thereof is pending. Schemas for which the user has no privileges do not appear unless you add them using the Add Schema button.

Select the schemas on which you want to change user privileges, and change them using the Privileges lists below.

Opens the Add Schema window and allows the selection of schemas for which the user does not have privileges so you can assign privileges to it

Grants all privileges on the selected schemas to the user and opens the Select Grant Option window so that you can specify whether you want to give the user the Grant option or not.

Revokes all the privileges on the selected schemas from the user.

Use to grant and revoke the CREATEIN privilege on the selected schema. The CREATEIN privilege allows users to create objects in the schema if they have the appropriate object authorization. Selecting Grant gives users the ability to grant the privilege to others.

Exception: A user does not need the CREATEIN privilege to create tables if that user owns the schema and has CREATETAB authority.

Use to grant and revoke the DROPIN privilege on the selected schema. The DROPIN privilege allows users to drop any object in the schema. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the ALTERIN privilege on the selected schema. The ALTERIN privilege allows users to alter or comment on objects in the schema. Selecting Grantgives users the ability to grant the privilege to others.

Displays a list of the tables on which the user has privileges. An X indicates it does not have the privilege. A single check mark indicates that it does have the privilege. A double check mark indicates that it has the privilege and has the ability to grant it to other users. Corner brackets indicate that the privilege or lack thereof is pending. Tables on which the user has no privileges do not appear unless you add them using the Add Table button.

Select the tables on which you want to change user privileges, and change them using the Privileges lists below.

Opens the Add table window and allows the selection of tables on which the user does not have privileges so you can assign privileges to them.

Grants all privileges on the selected tables with the grant option, which gives users the ability to grant the privileges to others.

The exception to this is the Control privilege, which does not have a Grant option.

Revokes all the privileges on the selected tables from the user.

Use to grant and revoke the SELECT privilege on the selected table. The SELECT privilege allows users to retrieve rows from a table and to create views on a table. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the INSERT privilege on the selected table. The INSERT privilege allows users to insert rows into a table. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the UPDATE privilege on the selected table. The UPDATE privilege allows users to update the table. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the DELETE privilege on the selected table. The DELETE privilege allows users to delete rows from the table. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the CONTROL privilege on the selected table. The CONTROL privilege gives the users all the other privileges on the table and allows them to grant these privileges to others. In addition, it allows users to drop the table and to execute the RUNSTATS utility against the table and its indexes.

Use to grant and revoke the ALTER privilege on the selected table. The ALTER privilege allows users to add columns to the table; to create and drop primary keys, check constraints, and triggers; and to add or change the table comment. Users with the REFERENCE privilege on a parent table can also create and drop foreign keys referring to that parent. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the INDEX privilege on the selected table. The INDEX privilege allows users to create an index on the table. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the REFERENCES privilege on the selected table. The REFERENCES privilege on a table allows users to delete foreign keys with this table as their parent. The ALTER privilege is still required to drop the key from the child table. Selecting Grant gives users the ability to grant the privilege to others.

Displays a list of the indexes on which the user has the control privilege. A backslash (\) indicates it does not have the privilege. A single check mark indicates that it does have the privilege. Corner brackets indicate that the privilege or lack thereof is pending. Indexes on which the user has no privileges do not appear unless you add them using the Add Index button.

Select the indexes on which you want to change user privileges, and change them using the Privileges lists below.

Opens the Add index window and allows the selection of indexes on which the user does not have privileges so you can assign privileges to them.

Grants the CONTROL privilege on the selected indexes.

Revokes the CONTROL privilege on the selected indexes from the user.

Use to grant and revoke the CONTROL privilege on the selected index. The CONTROL privilege on an index allows users to drop the index. Users can only grant this privilege to others if they have SYSADM or DBADM authority.

Displays a list of the views on which the user has privileges. An X indicates it does not have the privilege. A single check mark indicates that it does have the privilege. A double check mark indicates that it has the privilege and has the ability to grant it to other users. Corner brackets indicate that the privilege or lack thereof is pending. Views on which the user has no privileges do not appear unless you add them using the Add View button.

Select the views on which you want to change user privileges, and change them using the Privileges lists below.

Opens the Add view window and allows the selection of views on which the user does not have privileges so you can assign privileges to it

Grants all privileges on the selected views with the grant option, which gives users the ability to grant the privileges to others.

The exception to this is the Control privilege, which does not have a Grant option.

Revokes all the privileges on the selected views from the user.

Use to grant and revoke the SELECT privilege on the selected views. The SELECT privilege allows users to retrieve rows from a view and to create views on a view. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the INSERT privilege on the selected views. The INSERT privilege allows users to insert rows into an updatable view. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the UPDATE privilege on the selected views. The UPDATE privilege allows users to update rows in an updatable view. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the DELETE privilege on the selected views. The DELETE privilege allows users to delete rows from an updatable view. Selecting Grant gives users the ability to grant the privilege to others.

Use to grant and revoke the CONTROL privilege on the selected views. The CONTROL privilege gives users all the privileges on the view and allows them to grant these privileges to others. In addition, it allows users to drop the view.

Displays a list of the table spaces on which the user has privileges. A backslash (\) indicates it does not have the privilege. A single check mark indicates that it does have the privilege. A double check mark indicates that it has the privilege and has the ability to grant it to other users. Corner brackets indicate that the privilege or lack thereof is pending. Table spaces on which the user has no privileges do not appear unless you add them using the Add Table Space button.

Select the table spaces on which you want to change user privileges, and change them using the Privileges lists below.

Opens the Add table space window and allows the selection of table spaces on which the user does not have privileges so you can assign privileges to it

Grants all privileges on the selected table spaces to the user and opens the Select grant option window so that you can specify whether you want to give the user the Grant option or not.

Revokes all the privileges on the selected table spaces from the user.

Use to grant and revoke the USE privilege on the selected views. The USE privilege allows users to retrieve rows from a view and to create views on a view. Selecting Grant gives users the ability to grant the privilege to others.