管理及程式設計指南


現場連線日誌格式

日誌檔登錄有下列格式:

--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 ...


[ 頁面頂端 | 前一頁 | 下一頁 | 目錄 | 索引 ]