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

CLOB as param type in stored proc

From: Steffen Ramlow <s.ramlow_at_gmx.de>
Date: Thu, 21 Feb 2002 16:51:46 +0100
Message-ID: <a53542$4crb2$1@ID-54600.news.dfncis.de>


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 - 09:51:46 CST

Original text of this message

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