dpiConn_setEcontextId

Function dpiConn_setEcontextId 

Source
pub unsafe extern "C" fn dpiConn_setEcontextId(
    conn: *mut dpiConn,
    value: *const c_char,
    valueLength: u32,
) -> c_int
Expand description

Sets the execution context id attribute on the connection. This is one of the end-to-end tracing attributes that can be tracked in database views, shown in audit trails and seen in tools such as Enterprise Manager.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.