16.20 - Library Name Clause - Teradata Database - Teradata Vantage NewSQL Engine

Teradata Vantage™ SQL Data Definition Language Detailed Topics

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-07-02
dita:mapPath
yph1512081618735.ditamap
dita:ditavalPath
TD_DBS_16_20_Update1.ditaval
dita:id
jbg1472252759029

The Library Name clause specifies the name of a non-standard library file on the server that would not normally be linked with the external procedure being defined.

The syntax for this clause is as follows.

    SL¡library_name

The character ¡ represents a user-defined delimiter.

Perform the following procedure for specifying a library file name string.

  1. Begin the clause with the character S to indicate this is a server specification.
  2. Type the character L to indicate this is a library file specification.
  3. Specify an arbitrary delimiter character to separate the L code and the library name specified in the string.
  4. Specify the name assigned to the non-standard library file on the server. The server automatically adds prefix or suffix values as needed.

    The path must name a server library that is already installed on the system.

    You can use either \ or / characters to specify the path for all operating systems.