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 -> Re: Output of Cursor

Re: Output of Cursor

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 14 Apr 2005 05:27:07 -0700
Message-ID: <1113481627.429787.30780@o13g2000cwo.googlegroups.com>


Typically, you can use exec proca('anycharstring',123,null); But since you are trying to return a value, you may need to wrap the call inside another procedure (or an anonymous block) to previously declare a variable to hold the returning value. If your purpose is simply to print the result, you should look into using dbms_output. Received on Thu Apr 14 2005 - 07:27:07 CDT

Original text of this message

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