问题
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