Calling oracle stored procedure which start a job in Asp.Net page

纵饮孤独 提交于 2019-12-11 03:42:25

问题


Because in a .net application which use the OracleClient one can't use the method: BeginExecuteNonQuery which allow you to call a procedure and don't wait the end.

  http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.beginexecutenonquery.aspx

I was thinking to create a procedure that fire a job.

   http://www.ulaska.com/oracle/oracle_procedure_job_submit.html

do you think this would works ?


回答1:


I think your solution would works

I don't see any problem with calling stored procedure (which run job) from asp.net



来源:https://stackoverflow.com/questions/16737525/calling-oracle-stored-procedure-which-start-a-job-in-asp-net-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!