UIF_V View | Data Dictionary | VantageCloud Lake - User Installed Files View - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

The user installed files (UIF_V) view in the SYSUIF database is based on the DBC.UIF_INFO table. This view identifies the user installed files (UIFs) defined on the system that are accessible to the current user or database.

View Definition

This table lists and describes the columns of the view.

View Column Data Type Format Source Table.Column
DatabaseId BYTE(4)

NOT NULL

X(8) Dbase.DatabaseId
TVMNameI VARCHAR(128)

NOT NULL

X(128) TVM.NameI
UIFID BYTE(6)

NOT NULL

X(12) UIF_INFO.UIFID

Example: Using SYSUIF.UIF_V

The following SELECT statement displays the UIFs that are accessible by database or user ID 00000104.

SELECT * from sysuif.uif_v;

Result:

 DatabaseId 00000104
UIFFileName r2.r
   TVMNameI R2
      UIFId 0000060A0000
 DatabaseId 00000104
UIFFileName p1.py
   TVMNameI P1
      UIFId 0000070A0000