Granting the CREATE Privilege on Dbspaces

Grant the privilege to create database objects in the specified dbspace.

Prerequisites
Requires the MANAGE ANY DBSPACE system privilege.
Task
To grant the CREATE privilege, enter:
GRANT CREATE
  ON dbspace_name
  TO userID [,...]
Related reference
GRANT CREATE Statement