Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: CLOB as param type in stored proc
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
![]() |
![]() |