varchar2 parameter in stored procedure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kcosgayon
    New Member
    • Jul 2007
    • 1

    varchar2 parameter in stored procedure

    Hello,
    I have a java program that creates a dynamic SQL statement with where clause. Is it possible to pass the query string (with string where clauses name = 'John") as a parameter in a stored procedure? I tried to do it but it does not work because of the single quotes. Please help anyone.
    Regards,
    kcosgayon
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    that can be done

    can you please post your coracle code for my reference

    Comment

    Working...