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: Steffen Ramlow <s.ramlow_at_gmx.de>
Date: Thu, 21 Feb 2002 19:44:52 +0100
Message-ID: <a53f8i$4b0u8$1@ID-54600.news.dfncis.de>


hu? and how to?
ist must be a plain sql stmt

"damorgan" <dan.morgan_at_ci.seattle.wa.us> wrote in message news:3C753D92.39344007_at_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:44:52 CST

Original text of this message

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