-dt iqsrv16 database server option

Specifies the directory where temporary files are stored.

Syntax

iqsrv16 -dt temp-file-dir ...

Applies to

All servers and operating systems, except shared memory connections on Unix.

Remarks

The database server creates two types of temporary files:

Example

To locate the database server-related temporary files, use the DB_PROPERTY system function with the TempFileName property:

SELECT DB_PROPERTY ( 'TempFileName' );