passing clob datatype to a store procedure

From: Rafia Tapia <rafiat_at_bellatlantic.net>
Date: 5 Dec 2001 08:43:30 -0800
Message-ID: <dc1a7175.0112050843.59f419d6_at_posting.google.com>


hi

The following declaration is giving me a problem. can anyone please explain what i am doing wrong

procedure get_value_by_param (idn in number,

                              q1 out varchar2(20),
                              q1_desc out clob,
                              q2 out varchar2(20),
                              q2_desc out clob);
Received on Wed Dec 05 2001 - 17:43:30 CET

Original text of this message