Uninstalling Custom Files - Teradata Vantage

Teradata® Vantage User Guide

Product
Teradata Vantage
Release Number
1.0
Published
January 2019
Language
English (United States)
Last Update
2020-03-11
dita:mapPath
hfp1506029122470.ditamap
dita:ditavalPath
hfp1506029122470.ditaval
dita:id
B700-4002
lifecycle
previous
Product Category
Teradata Vantage
An authorized user can uninstall a custom file from the ML Engine in the default schema, public schema, or both.
Uninstall a custom file from the public schema only when you are sure that no other users need that file.
  • Uninstall the file from the default schema:
    CALL PM.REMOVE_AFILE ('file_name.txt')
  • Uninstall the file from the public schema:
    CALL PM.REMOVE_AFILE_FROM_PUBLIC ('file_name.txt')