Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

Please anyone tell me how can i run the below PL/SQL block in asp.net code in oracle command

declare
  v_out number;
begin
    PRC_SET_ODS_PROCESS_STATUS('wf_PRCSSINT_HFM_DATA_LOAD','Completed',v_out);
end;


I want this solution as soon as possible.

Thanks in advance

Suman Zalodiya
Posted

1 solution

Everyone wants us to do their job for them, as soon as possible. That's not our problem.

The best way to run arbitrary SQL is to put it in to a stored proc and call that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900