Permissions Of Groups; Referring To Tables Owned By Groups - Sybase Adaptive Server IQ 12.4.2 Administration And Performance Manual

Table of Contents

Advertisement

Permissions of groups

Notes

Referring to tables owned by groups

CHAPTER 10
2
Double-click the Users and Groups folder for that database, to open it.
Groups are displayed in the left panel, and both users and groups are
displayed in the right panel.
3
In the right panel, select the users you want to add to a group, and drag
them to the group.
For more information, see the Sybase Central online Help.
Permissions may be granted to groups in exactly the same way as to any other
user ID. Permissions on tables, views, and procedures are inherited by
members of the group, including other groups and their members. There are
some complexities to group permissions that database administrators need to
keep in mind.
The DBA, RESOURCE, and GROUP permissions are not inherited by the
members of a group. Even if the
permissions, the members of
Ownership of database objects is associated with a single user ID and is not
inherited by group members. If the user ID
user ID is the owner of that table and has the authority to make any
personnel
changes to the table, as well as to grant privileges concerning the table to other
users. Other user IDs who are members of
table, and do not have these rights. If, however, SELECT authority is explicitly
granted to the
user ID by the DBA or by the
personnel
all group members do have select access to the table. In other words, only
granted permissions are inherited.
Groups are used for finding tables and procedures in the database. For
example, the query
SELECT * FROM SYSGROUPS
will always find the table SYSGROUPS, because all users belong to the
PUBLIC group and PUBLIC belongs to the SYS group which owns the
SYSGROUPS table. (The SYSGROUPS table contains a list of group_name,
member_name pairs representing the group memberships in your database.)
Managing User IDs and Permissions
user ID is granted RESOURCE
personnel
do not have RESOURCE permissions.
personnel
personnel
are not the owners of this
personnel
creates a table, then the
user ID itself,
personnel
365

Advertisement

Table of Contents
loading

Table of Contents