This example gives the Finance Department (FINDEPT) ownership of the database ACCTING:
TSS ADDTO(FINDEPT) DB2DBASE(ACCTING)
This example removes ownership of the database ACCTING :
TSS REMOVE(FINDEPT) DB2DBASE(ACCTING)
This example authorizes USRJANE to create new tables on database ACCTING:
TSS PERMIT(USRJANE) DB2DBASE(ACCTING)
ACCESS(CRETAB)
This example revokes USRJANE's Authority to access databases ACCTING:
TSS REVOKE(USRJANE) DB2DBASE(ACCTING)
|
Copyright © 2009 CA.
All rights reserved.
|
|