Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Riddle me this Oracle riddle...

Re: Riddle me this Oracle riddle...

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 06 Mar 2002 12:21:37 -0800
Message-ID: <F001.004212D4.20020306122137@fatcity.com>

On 9.0.1.2 the output is

    5000

Jonathan Lewis
http://www.jlcomp.demon.co.uk

Next Seminar - UK, April 3rd - 5th
http://www.jlcomp.demon.co.uk/seminar.html

Host to The Co-Operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: 06 March 2002 19:44

|I hope Oracle developers know what they are talking about!
|
|How does this work:
|
|create or replace procedure blah_blah
| ( p_in_one in out test.col_2%type ) as
| begin
| null;
| p_in_one := rpad('0',5000,'0');
|
| end;
|
|
| declare
| rr varchar2(5000);
| begin
| blah_blah(rr);
| dbms_output.put_line(length(rr));
|
| end;
|
|Regards,
|
|Waleed

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jonathan Lewis
  INET: jonathan_at_jlcomp.demon.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Mar 06 2002 - 14:21:37 CST

Original text of this message

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