Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How access out parameter when pl/sql procedure called from javascript?

How access out parameter when pl/sql procedure called from javascript?

From: Terri I. <teresni_at_ucia.gov>
Date: 12 Oct 2001 12:12:53 -0700
Message-ID: <b1f8b3bc.0110121112.511fddf3@posting.google.com>


I have a PL/SQL procedure defined to return a status code via an OUT parameter so the calling program wil know whether or not the procedure ran properly. I need to call this procedure from a block of JavaScript
code so I am running it 'indirectly' by opening a browser window with the name of the procedure in the URL.

How can I access the value of the OUT parameter when launching a PL/SQL procedure via a URL call?? Received on Fri Oct 12 2001 - 14:12:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US