Skip to content
Advertisement

stored procedure with OUT variable not working with oracle & symfony2

what i need

  • i need to fetch json data from stored procedures

  • i have google a lot but cannot solve problem

source code

JavaScript

procedure

JavaScript

oracle sql developer code

JavaScript

return json

JavaScript

Error

JavaScript
  • as i have googled & find that OUT can access cursor data.

what i need

  • i need to fetch json data from stored procedure.
  • im accesing out variable like this

    JavaScript
  • can anyone help me how fetch data through use of out variable in oracle and symfony2.

Advertisement

Answer

finally i got solution after long struggle

code snippet

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement