Prior to Teradata 14.0, a user that is not DBC must have INDEX or DROP privileges on an object in order to collect statistics on it. So you would need to issue a GRANT statement giving the user those privileges.
As of 14.0, you can use a new STATISTICS privilege that is limited to statistics only. This privilege can be granted at either the table or the database level.
Prior to Teradata 14.0, a user that is not DBC must have INDEX or DROP privileges on an object in order to collect statistics on it. So you would need to issue a GRANT statement giving the user those privileges.
As of 14.0, you can use a new STATISTICS privilege that is limited to statistics only. This privilege can be granted at either the table or the database level.
Thanks, -Carrie