ROUTINE_JAR_USAGE View | Data Dictionary | VantageCloud Lake - ROUTINE_JAR_USAGE View - 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 ROUTINE_JAR_USAGE view identifies the JARs owned by a given user or database on which external Java routines defined on the system are dependent.

View Column Name Description Data Type Format
DatabaseId The identifier of the database or user in which the JAR identified by JarName is defined. BYTE(4)

NOT NULL

X(8)
RoutineName The name designator for a Java external stored procedure that depends on the JAR identified by JarName.
  • VARCHAR(128)
  • UNICODE
  • UPPERCASE
  • NOT CASESPECIFIC
  • NOT NULL
X(128)
JarName The name designator for a JAR that contains code that the RoutineName external stored procedure depends on.
  • VARCHAR(128)
  • UNICODE
  • UPPERCASE
  • NOT CASESPECIFIC
  • NOT NULL
X(128)
Signature The signature defined for Java external stored procedure identified by RoutineName.
  • VARCHAR(6400)
  • LATIN
  • CASESPECIFIC
X(255)

Corresponding System Tables

The corresponding system tables for SQLJ.ROUTINE_JAR_USAGE are:
  • DBC.ROUTINE_JAR_USAGE
  • DBC.DBase
  • DBC.TVM