Remove a File or Function - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

The \remove command (or UNINSTALL FILE in ODBC) removes the file or SQL-MapReduce function from an Aster instance. The installed_filename is the name of the file or function to be removed. To remove it, you must be the file or function’s owner or a superuser.

Syntax

In ACT:

\remove [schemaname/]installed_filename

In ODBC:

UNINSTALL FILE [schemaname/]installed_filename

The \install and \remove commands can be used transactionally in a BEGIN / COMMIT block just like any transactional SQL command.