Granting the LOAD Privilege on Tables

Grant the privilege to load a specified table.

Prerequisites
Requires one of:
Task
To grant the LOAD privilege, enter:
GRANT LOAD
  ON table_name
  TO userID [,...]
Related tasks
Granting the Right to Administer an Object-Level Privilege
Related reference
GRANT Object-Level Privilege Statement