Teradata Permissions

Because functions are associated with a database, the functions inherit the access rights of that database. It could be useful to create a separate shared database for scoring functions so that access rights can be customized as needed.
If you are using scoring functions to run your scoring model, you must have the following permissions on the database where the functions are published:
CREATE FUNCTION
DROP FUNCTION
EXECUTE FUNCTION
ALTER FUNCTION
If you are using the SAS Embedded Process to run your scoring model, you must have these permissions:
EXECUTE FUNCTION ON SAS_SYSFNLIB
EXECUTE FUNCTION ON SYSLIB.MonitorVirtualConfig
EXECUTE PROCEDURE ON SAS_SYSFNLIB
The SAS_SCORE_EP procedure runs with access rights of the calling user.
To obtain database permissions, contact your database administrator.
For more information about specific permissions, see Teradata Permissions in SAS In-Database Products: Administrator's Guide.