Cufconfig Fields - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-15
dita:mapPath
boh1556732696163.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantageā„¢

The following table summarizes the cufconfig utility fields.

Field Name Description
CLIEnvFile The path and name of the file containing the environmental settings used by CLI-based external stored procedures.
CLIIncPath The path of the header files required by CLI-based external stored procedures.
CLILibPath The path of the libraries required by CLI-based external stored procedures.
CompilerPath The path to the C/C++ compiler.
CompilerTempDirectory The path for the intermediate files used to compile or link the UDFs, external stored procedures, or UDMs.
CStdUDFServerTimeout The time that the database server waits to start a UDF server to execute a UDF or an external stored procedure that is written in C or C++.
GLOPLockTimeout The maximum time that an external routine waits for a lock request to be granted on GLOP data.
GLOPLockWait The maximum time that an external routine can hold a lock on GLOP data if another external routine is waiting for the lock to be freed.
GLOPMemMapPath The location of the shared memory and cache files used by the GLOP data feature.
GPLUDFServerMemSize Specifies the maximum size in bytes of the udfGPL server.
HybridServer Fields Specifies settings used by the hybrid server when servicing procedures and UDFs written in external languages.
JavaBaseDebugPort The base port number for debugging a Java external routine via a debugger.
JavaEnvFile The environment file for Java Virtual Machine (JVM) startup.
JavaHybridThreads The maximum number of threads that can run simultaneously by the Java hybrid server.
JavaLibraryPath The root directory path where the JAR files are stored. These files are used by Java external routines.
JavaLogPath The location of the log files for Java external routines.
JavaServerTasks The number of Java secure servers that can be run simultaneously per vproc, subject to the limitations imposed by the ParallelUserServerAMPs and ParallelUserServerPEs settings.
JavaVersion The Java Native Interface (JNI) version used by Java external routines. This value is a hexadecimal number.
JHybUDFServerTimeout The time that the database server waits to start a UDF server to execute a UDF or an external stored procedure that is written in Java and run under the default user, tdatuser.
JREPath The Java Runtime Environment (JRE) installation path. To run Java external routines, the Java server looks at the JREPath to find the required executable files and JVM library files.
JStdUDFServerTimeout The time that the database server waits to start a UDF server to execute a UDF or an external stored procedure that is written in Java and run under an authorized user.
JSVServerMemPath The location of the hybrid server control files.
JVMOptions Specifies Java Virtual Machine settings to be applied to all nodes of the Teradata Database system.
LinkerPath The path to the linker.
MallocLimit The upper limit (in bytes) on the amount of memory that an external routine (UDF, UDM, or external stored procedure) can allocate using the Teradata C library function FNC_malloc.
MaximumCompilations The maximum number of UDFs, external stored procedures, or UDMs compiled simultaneously, on different sessions, on any one node.
MaximumGLOPMem The maximum amount of memory an AMP or PE can use to store GLOP data mappings.
MaximumGLOPPages The maximum number of GLOP data pages that can be allocated per item of read-only GLOP data.
MaximumGLOPSize The maximum size of an item of GLOP data.
ModTime Displays the timestamp of the last UDF GDO modification.
ParallelUserServerAMPs The maximum number of secure servers allowed to run simultaneously using the same operating system user ID on an AMP vproc.
ParallelUserServerPEs The maximum number of secure servers allowed to run simultaneously using the same operating system user ID on a PE vproc.
ScriptMemLimit Specifies a limit to the amount of memory that can be allocated by processes spawned by the SCRIPT table operator.
SecureServerAMPs The maximum number of secure servers allowed to run simultaneously on an AMP vproc.
SecureServerPEs The maximum number of secure servers allowed to run simultaneously on a PE vproc.
SourceDirectoryPath The default path of the UDF source directory when copying the UDF source code onto the server.
SWDistNodeID Displays the node ID of the software distribution node.
TDSPLibBase The base library directory for stored procedures (SQL and external stored procedures).
UDFEnvFile The path and name of the file containing the environmental settings used by UDFs, external stored procedures, or UDMs that specify a data access clause of NO SQL in the CREATE in the CREATE or REPLACE statement for the UDF, external stored procedure, or UDM.
UDFIncPath The header file path in addition to the standard path for use by UDFs, external stored procedures, or UDMs that specify a data access clause of NO SQL in the CREATE PROCEDURE or REPLACE PROCEDURE statement.
UDFLibPath The library path in addition to the standard library path for use by UDFs, external stored procedures, or UDMs that specify a data access clause of NO SQL in the CREATE PROCEDURE or REPLACE PROCEDURE statement.
UDFLibraryPath The root directory path of the UDF, external stored procedure, or UDM linked libraries.
UDFServerMemPath The path to the UDF, external stored procedure, or UDM shared memory files.
UDFServerTasks The number of protected mode UDFs, external stored procedures, or UDMs that can be run simultaneously per vproc.
Version Displays the version of the UDF GDO.