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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle OUT Parameters

Re: Oracle OUT Parameters

From: Carlos <miotromailcarlos_at_netscape.net>
Date: Tue, 06 Nov 2007 15:27:02 -0000
Message-ID: <1194362822.266442.209100@22g2000hsm.googlegroups.com>


On 6 nov, 14:51, m..._at_mtekusa.com wrote:
> Hello Everyone,
>
> We are running Oracle 8.1.7. I have a package procedure which has
> some OUT parameters. The procedure however is not working. After a
> very detailed investigation, bringing the procedure through a
> debugger, I found the problem.
>
> One of the parameters that is being passed back to the calling
> application, which is a PHP script, is more than 1000 characters
> long. The OUT parameter is defined as a VARCHAR2. However, only 200
> characters are being returned. When I move my mouse over that
> variable in the debugger, it shows VARCHAR2(200).
>
> I was under the impression that the limitation of the OUT parameter
> was somewhere in the 32,000 range.
>
> Does anyone know why it would limit to 200 characters? It is very
> frustrating.
>
> John

Show us the error message, the code of the procedure and calling routine and maybe we can help you...

BTW which debugger are you using?

Cheers.

Carlos Received on Tue Nov 06 2007 - 09:27:02 CST

Original text of this message

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