管理与程序设计指南


Live Connection 日志格式

日志文件项具有以下格式:

--process_type-DD/MMM/YYYY:HH:MM:SS-PID#--
message_text

参数:

process_type
dtwcmcliet,取决于连接管理器或 cliette 是否记录了信息。

DD
日期

MMM
月份 (Jan-Dec)

YYYY

HH
小时 (00-23)

MM
分钟 (00-59)

SS
秒 (00-59)

PID#
生成信息的进程的进程 ID 号码。

message_text
信息的文本。

例 1:一个连接管理器日志项。

--dtwcm-02/Mar/1999:13:43:07-330--
Creating connection manager ...successfully
Reading configuration info ...
Completing initialization ...
Initializing cm server ... successfully
Initializing NLS environment ... successfully
Detecting cliette ./dtwcdb2 for DTW_SQL:CELDIAL:
    Min process(es) = 1,
    Priv Port = 7100.
Starting 1 cliettes for DTW_SQL:CELDIAL.
Started: ./dtwcdb2 7128 7100 7200 DTW_SQL:CELDIAL  LOG_MAX , pid: 213
1 cliettes for DTW_SQL:CELDIAL started.
...
 

例 2:一个 cliette 记录项。

--cliet-02/Mar/1999:13:43:08-335--
Cliette starting ...
Cliette: DTW_SQL:SAMPLE, database: SAMPLE, user: *USE_DEFAULT
Making a new connection to database: SAMPLE, user: *USE_DEFAULT.
Calling SQLAllocHandle for environment ...
Calling SQLAllocHandle for connection ...
Calling SQLSetConnectAttr ...
Calling SQLConnect ...
Connecting to database: SAMPLE sucessfully.
Telling CM the cliette is ready ...
Ready and waiting for command from CM ...
 


[ 页的顶部 | 上一页 | 下一页 | 目录 | 索引 ]