Function and Usage of REPLACE PROCEDURE Requests | Teradata Vantage - Function of REPLACE PROCEDURE Requests - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

REPLACE PROCEDURE executes as a DROP PROCEDURE request followed by a CREATE PROCEDURE request except for the handling of the privileges granted to the original procedure. The database retains all of the privileges that were granted directly on the original procedure.

If the specified procedure does not exist, REPLACE PROCEDURE has the same effect as performing a CREATE PROCEDURE statement.

If an error occurs during the replacement and the operation fails, the original procedure remains in place as it was prior to specifying the REPLACE PROCEDURE: the procedure is not dropped. This is analogous to rolling back the operation.