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: CLOB as param type in stored proc

Re: CLOB as param type in stored proc

From: damorgan <dan.morgan_at_ci.seattle.wa.us>
Date: Thu, 21 Feb 2002 18:33:33 GMT
Message-ID: <3C753D92.39344007@ci.seattle.wa.us>


You must pass it a CLOB ... not a string.

Daniel Morgan

Steffen Ramlow wrote:

> how must i call a stored proc
>
> like:
>
> procedure xyz (p1 clob)
> as
> ...
>
> begin
> xyz ('blaaaaaaaaaaaaaaaaaa');
> end;
>
> does not work..
Received on Thu Feb 21 2002 - 12:33:33 CST

Original text of this message

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