Uninstalling Custom Files - Teradata Vantage

Teradata Vantageā„¢ User Guide

Product
Teradata Vantage
Release Number
1.1
Published
May 2020
Language
English (United States)
Last Update
2020-05-28
dita:mapPath
ioz1543440393126.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4002
lifecycle
previous
Product Category
Teradata Vantage
An authorized user can uninstall a custom file from 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')