ODBC Server Reference Manual
HP NonStop ODBC Server Mapping Tables
HP NonStop ODBC Server Reference Manual—429151-002
8-59
ZNUTRA (For Trace Records Logging)
ZNUTRA (For Trace Records Logging)
The name ZNUTRA is a template file name for the table used for logging trace records.
The actual name of the table is one chosen by the user. It is the log table name found
in the ZNSTRA record of the current user profile.
ZNUTRA resides in both the subvolume of the system catalog and a customized user
catalog.
The CREATE TRA_LOG statement creates the log table and the DROP TRA_LOG
statement drops it. The log is an unaudited table. Log entry rows are appended to it
only when the log is active. To make the log active, set TRA_MODE_ON to “Y” in the
ZNSPROF table.
Table 8-28. Description of ZNUTRA
Column Name
Primary Key
Unique Index
Data Type Description
ID
––
INT (2) Value used to link this trace entry
to a session.
DEBUG_FLAG
––
CHAR (10) Trace state for which trace text is
taken:
LOGON
TIME
IN_STREAM
OUT_STREAM
CACHE
ERROR
INFO
NSSQL
PROFILE
TRACE
DEBUG_STRING
––
VARCHAR (60) Trace text.
x Indicates the column is part of the primary key or is a unique index
– Indicates the column is not part of the primary key or is not a unique index