Valid on z/OS.
Use DB2BUFFP to secure DB2 buffer pools.
When used with TSS ADDTO/REMOVE, this resource class has the following format:
TSS ADDTO(acid) DB2BUFFP(buffer pool,buffer pool,buffer pool,...)
One to five characters
One to five DB2 buffer pools or prefixes per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) DB2BUFFP(buffer pool prefix(es))
One to five characters per prefix
One to five characters
One to five buffer pools or prefixes per TSS command
DB2BUFFP is used with:
The administrator can:
This example gives the Operations Department (OPRDEPT) ownership of the buffer pool BP1:
TSS ADDTO(OPRDEPT) DB2BUFFP(BP1)
This example removes ownership of the table BP1:
TSS REMOVE(OPRDEPT) DB2BUFFP(BP1)
This example authorizes USRMARK to access buffer pool BP1 with USE access so that this user can name BP1 in a CREATE INDEX or CREATE TABLESPACE statement:
TSS PERMIT(USRMARK) DB2BUFFP(BP1)
ACCESS(USE)
This example revokes USRMARK's Authority to buffer pool BP1:
TSS REVOKE(USRMARK) DB2BUFFP(BP1)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|