Remove Registered JAR or ZIP Files | External Routines | Teradata Vantage - Removing Registered JAR or ZIP Files - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

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
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

To remove an archive file (specifically, a JAR or ZIP file) that was previously registered using the SQLJ.INSTALL_JAR external stored procedure, use the SQLJ.REMOVE_JAR external stored procedure. If successful, REMOVE_JAR removes a JAR or ZIP file installation and its classes from the database.

Before You Begin

Take the following steps before you remove a previously registered archive file for an external routine:

  1. Verify you have the EXECUTE privilege on the SQLJ.REMOVE_JAR external stored procedure.
  2. If the default database is not the same as the default database with which the archive file was registered, use the DATABASE statement to change the default database.
  3. Verify you have the DROP PROCEDURE or DROP FUNCTION privilege on any of the following objects:
    • The default database
    • The object you are removing from the default database, identified by the SQL identifier that was passed to SQLJ.INSTALL_JAR