DROP MACRO Statement | Teradata Vantage - Additional DROP Processes for Java External Procedures - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
Product Category
Teradata Vantage™

The DROP PROCEDURE statement performs some extra bookkeeping on the dictionary tables referenced by the SQLJ database, as follows:

  1. The same validation of privileges that are required to drop a non-Java external procedure are performed for Java procedures.
  2. The database deletes the row in the DBC.Routine_Jar_Usage table that indicated that the Java routine being dropped used the JAR specified in its EXTERNAL NAME clause.

These operations do not change either the Java method or the JAR file associated with the Java external procedure being dropped in any way. The request drops only the Java procedure, and any associations made to it from within the SQLJ database and dictionary tables.