调用Oracle存储过程这在Asp.Net页面开始工作
问题描述:
由于在使用OracleClient一个人不能使用该方法的.NET应用程序:BeginExecuteNonQuery
这允许您调用一个过程,不要等到最后。
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 ?
答
我觉得你的解决方案将作品
I think your solution would works
我看不出有什么问题,从调用存储asp.net程序(它运行作业)
I don't see any problem with calling stored procedure (which run job) from asp.net