Page cover image

T

tbCLI

A Call Level Interface (CLI) provided by Tibero to act as the SQL interface between user applications and Tibero RDBMS.

Tibero Cluster Manager(TBCM)

A supplementary feature of Tibero to improve cluster availability and provide more convenient management.

tbdsn.tbr

An environment configuration file which has information necessary for a client to access Tibero.

tbEPA(Tibero C External Procedure Agent) process

A process which executes a function by dynamically loading a shared library that is registered as a C External Procedure and passes a return value or output parameter to a server process.

tbESQL

A collective term for the interfaces provided by Tibero to use ESQL. The interfaces are tbESQL/C and tbESQL/COBOL.

tbESQL/C

An ESQL interface provided by Tibero for the C language.

tbESQL/C Statement

A statement related to using a database such as an SQL query in a tbESQL/C program.

tbESQL/COBOL

An ESQL interface provided by Tibero for the COBOL language.

tbESQL/COBOL Statement

A statement related to using a database such as an SQL query in a tbESQL/COBOL program.

tbExport

A utility that exports data in a database to an external file for logical backup or to move the data between databases.

tbJDBC

An application interface which connects to a database to execute SQL statements in a Java program.

tbLoader

A utility that inserts a large amount of data to a database all at once.

tbMigrator

A utility that supports moving data from another database to Tibero.

tbpc

A utility that converts a program that uses tbESQL to a C program.

tbpcb

A utility that converts a program that uses tbESQL to a COBOL program.

tbPSM

A PSM programming language and execution system provided by Tibero.

tbSQL

A utility that can perform SQL queries.

Tibero Active Cluster(TAC)

A feature provided by Tibero for extensibility and availability. This reduces processing time by dividing a larger task into smaller tasks and then performing the tasks in different nodes.

Tibero Standby Cluster

A core feature of Tibero that copies and keeps data for reasons such as availability, security, and disaster recovery.

Triple DES(3DES) Algorithm

An algorithm which applies the DES algorithm to a single piece of data two or three times.

Two-phase commit

A commit method that guarantees transaction integrity in a distributed environment. This commits a transaction in two steps, First Phase and Second Phase.

Last updated