7. Passing Definitions to the DBMS Server : Server Routines Provided : The ii_cb_trace Routine—Output Provided Trace Messages
 
Share this page                  
The ii_cb_trace Routine—Output Provided Trace Messages
The ii_cb_trace routine outputs trace messages provided to it. The parameters for this routine are as follows:
dispose_mask
Specifies how to dispose of the message:
II_TRACE_FE_MASK
Indicates that the string must be sent to the front end
II_TRACE_ELOG_MASK
Indicates that the string must be sent to the error log
II_TRACE_TLOG_MASK
Indicates that the string must go to the trace log only (II_DBMS_LOG)
length
Specifies the length of the string
string
Pointer to the string to be traced
Note:  If II_DBMS_LOG is defined, messages going to the error log also appear in the trace log.