1234567891011121314151617181920 |
- -- Licensed Materials - Property of IBM
- -- BI and PM: Mobile
- -- (C) Copyright IBM Corp. 2007, 2012
- -- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- --
- -- This script grants the tablespaces use rights for IBM DB2 on z/OS.
- --
- -- Modifications:
- --
- -- 1) Change COGMOBDB to the desired database name.
- -- 2) Change MOBUSR to the desired user name.
- ------------------------------------------------------------------------
- --*GRANT of Tablespaces' USE RIGHTS --
- ------------------------------------------------------------------------
- GRANT USE OF TABLESPACE COGMOBDB.COGMOBTS TO MOBUSR
- /
- GRANT USE OF TABLESPACE COGMOBDB.MOBTSL01 TO MOBUSR
- /
|