Có vẻ như bạn không thể sử dụng biến hiện tại làm tham số đầu ra, hãy thử cách này thay thế
ora_cmd.Parameters.Add("Lc_Exito", OracleDbType.Int32).Direction = ParameterDirection.Output;
ora_cmd.ExecuteNonQuery();
if (ora_cmd.Parameters["Lc_Exito"].value == 0)