SYSUIF.REMOVE_FILE | VantageCloud Lake - SYSUIF.REMOVE_FILE - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

The SYSUIF.REMOVE_FILE external stored procedure has this definition:

SYSUIF.REMOVE_FILE(
   IN uif_name  VARCHAR(128)NOT CASESPECIFIC CHARACTER SET UNICODE,
    IN override_lock int);

Syntax Elements

uif_name
The SQL name associated with the user-installed file. Cannot have a database name associated with it, as the file is installed in the current database.
The uif_name must be unique within a database.
The uif_name can be any valid Teradata identifier.
override_lock
An integer value for the override lock.
If set to 1, the system does not check for the file being used before removing it.