in reply to Re: How to call Oracle stored procedures?
in thread How to call Oracle stored procedures?

if you are trying to embed or execute a sql procedure in ant script use the following <sql ...............> <transaction>call mystoredprocedure();</transaction> </sql> -by nagaraj mamedi
  • Comment on Re^2: How to call Oracle stored procedures?