Timesten - Client/Server Connection

Timesten Component

About

The client application refers to the Client DSN when initiating a connection to locate and connect to the TimesTen database.

The Client DSN defines:

The Server DSN specifies the TimesTen database on that server, how the database is to be loaded, and how connections are to be managed.

Timesten Client And Timesten Server

Configuration

Before the client application can connect to a TimesTen database, the user must configure:

Logical Server Name

The logical server name is an optional configuration on the client. When used, it specifies the server host name where the TimesTen database is installed. This is used when you want to hide or simplify the server host name.

You must use the logical server name when using shared memory IPC or UNIX domain sockets.

The logical server names are configured in the logical name file: TTCONNECT.INI. This file is searched:

  • first with the help of the SYSTTCONNECTINI environment variable
  • otherwise in this location daemon_home_dir/sys.ttconnect.ini

Example:

[ttserver_logical]
Description=TimesTen Server 11.2.2
Network_Address=server.mycompany.com
TCP_Port=53385

How to

disconnect client/server connections

To disconnect client/server connections, stop the server. The connections are forcefully and immediately terminated.

Documentation / Reference





Discover More
Sqldeveloper Connection Timesten
Timesten - Connection

An application can connect to the IMDB Cache or TimesTen database by: direct link and by client/server connections. You may see up to 2047 connections. While the best response time is achieved...
Timesten Component
Timesten - DSN

When you connect from an application, you use a Data Source Name (DSN) to uniquely identify the particular TimesTen database to which you want to connect. A DSN is a character-string name that identifies...
Timesten Component
Timesten - ODBC Driver

TimesTen includes the following TimesTen ODBC drivers: TimesTen Data Manager driver for use with direct connect applications. TimesTen Client driver for use with client/server applications. ...
Timesten Client And Timesten Server
Timesten - Server

The TimesTen Server is a child process of the TimesTen daemon (then on a server machine) that operates continually in the background. It takes network requests from TimesTen Clients (in a client server...
Timesten Component
Timesten - TNSNAMES.ORA

Sample tnsnames.ora found in the directory TimesTen_Base/network/admin/samples with TNS entry: for the cache of an oracle database for a direct and client connection for the DSN defined in the sys.odbc.ini...



Share this page:
Follow us:
Task Runner