Hello,
I am trying to call Oracle stored procedure which has input and output parameters using ArcSDESQLExecute.
CALL package.procedurename(outParams, inParams)
But it is throwing an error as below -
AttributeError: ArcSDESQLExecute: StreamExecute ArcSDE Extended error 6576 ORA-06576: not a valid function or procedure name
But when we execute the Stored procedure with same parameters in Toad, there is no issue seen.
Could you please let know what could be the issue here?
Thanks,
Vibha