File Management Functions | Teradata R Package - File Management Functions - Teradata Package for R

Teradata® Package for R User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for R
Release Number
17.20
Published
March 2024
ft:locale
en-US
ft:lastEdition
2024-04-09
dita:mapPath
efv1707506846369.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
nqx1518630623256
lifecycle
latest
Product Category
Teradata Vantage

To work with file management functions, a user must be granted specific permissions and additional permissions on the user's database.

  • Permissions to the user.
    For example, if the user is 'TDAPUSER, the following permissions are required':
    • GRANT EXECUTE PROCEDURE ON SYSUIF.INSTALL_FILE TO TDAPUSER;
    • GRANT EXECUTE PROCEDURE ON SYSUIF.REPLACE_FILE TO TDAPUSER;
    • GRANT EXECUTE PROCEDURE ON SYSUIF.REMOVE_FILE TO TDAPUSER;
  • Permissions to the user on the user's database.
    For example, if the user is 'TDAPUSER' and the database is 'TDAPUSERDB', the following permissions are required:
    • GRANT CREATE EXTERNAL PROCEDURE ON TDAPUSERDB TO TDAPUSER;
    • GRANT DROP PROCEDURE ON TDAPUSERDB TO TDAPUSER;