Forum Discussion

jkrier's avatar
jkrier
Regular Contributor
7 years ago
Solved

Call stored procedure that's in a package in oracle

I'm trying to call a stored proc that is inside of a package. I can't seem to find much documentation around this anywhere. I have seen a few somewhat complicated groovy scripts but it seems like thi...
  • Nastya_Khovrina's avatar
    Nastya_Khovrina
    6 years ago

    Hi jkrier,

     

    Unfortunately, it's a known issue in ReadyAPI - currently, the stored procedures with output parameters cannot be executed. You can use the following workarounds:
    - un-check the Stored procedure check-box and write a query according to SQL syntax; 
    - use a groovy script to call a stored procedure.