Skip to main content

All Questions

0 votes
1 answer
817 views

PLS-00306: wrong number or types of arguments in call to c# [closed]

ESTE ES EL PROCEDIMIENTO EN LA BASE DE DATOS. (Translation from Google Translate: THIS IS THE PROCEDURE IN THE DATABASE.) create or replace procedure sp_validarusuario(v_name IN varchar2, v_clave IN ...
Sebastian Pareja Atencia's user avatar
0 votes
0 answers
424 views

oracle stored procedure returning a sys_refcursor. I need to execute the sp using c# .net and return it as Json

oracle stored procedure returning a sys_refcursor. I need to execute the sp using c# .net and return it as Json I am passing all the input parameter values, specifying output parameter direction and ...
Aravind's user avatar
  • 492
0 votes
1 answer
317 views

How to get cursor in stored procedure updated?

I have a stored procedure in oracle which is using cursor.Its fetching the data properly when i am calling it through C# code.However if table gets updated then also i am getting old values after ...
Aquarius24's user avatar
  • 1,864
4 votes
1 answer
1k views

BLToolkit Oracle SP support

Does BLT support Oracle stored procedures? I've tried numerous methods, described below to get it to work but no luck. The stored procedure updates a table with several values. This is the stored ...
scope_creep's user avatar
  • 4,251