dpiConn_changePassword

Function dpiConn_changePassword 

Source
pub unsafe extern "C" fn dpiConn_changePassword(
    conn: *mut dpiConn,
    userName: *const c_char,
    userNameLength: u32,
    oldPassword: *const c_char,
    oldPasswordLength: u32,
    newPassword: *const c_char,
    newPasswordLength: u32,
) -> c_int
Expand description

Changes the password of the specified user.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.