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: max row length in dbms_sql.varchar2_table

RE: max row length in dbms_sql.varchar2_table

From: John Dunn <jdunn_at_sefas.com>
Date: Wed, 13 Sep 2006 12:47:01 +0100
Message-ID: <004701c6d72a$53fb3c50$3e04050a@johnman>


How can I create an array of varchar2(3000)?

John

-----Original Message-----
From: Nigel Thomas [mailto:nigel_at_preferisco.com] Sent: 13 September 2006 12:29
To: jdunn_at_sefas.com
Subject: Re: max row length in dbms_sql.varchar2_table

type Varchar2_Table is table of varchar2(2000) index by binary_integer;

(just DESCRIBE DBMS_SQL)....

Cheers

Nigel

Is there a maximum length to the data that I can place in an occurrence of a dbms_sql.varchar2_table array?

Oracle version is 8.1.7

John Dunn
Product Consultant
Direct Dial +44 (0) 117 373 6122
Sefas Innovation Ltd, CityPoint, Temple Gate, Bristol BS1 6PL, UK. Tel: +44(0) 117 373 6114
Fax: +44 (0) 117 373 6115

www.sefas.com

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 13 2006 - 06:47:01 CDT

Original text of this message

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