Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Varrays
Lex,
That was the way I read it too, the problem is how does one write the PL/SQL to handle it? You've got a variable number of elements that have to be provided for.=20
Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA
-----Original Message-----
From: Natural Join B.V. [mailto:lex.de.haan_at_naturaljoin.nl]=20
Sent: Monday, October 11, 2004 4:03 AM
To: Goulet, Dick; oracle-l_at_freelists.org
Subject: Re: Varrays
Hi Dick,
the SQL language does not support varray indices -- that is, you can't
access individual elements of a varray by its index. that's why you have
to "recreate"=20
them, or better: you retrieve the current value, change it in some way
where you add the new/updated values or delete them where appropriate,
and then you replace the entire existing varray value with the new one
you just constructed.
you might be better off writing some PL/SQL procedures to do this for you -- obviously, in the PL/SQL environment you can access/change/delete individual varray elements.
additions/corrections welcome,
Lex.
> To All,
>=20
> I've RTFM'd, and scanned through everything I could find on
Metalink,=20
> but damned if I can figure this one out, easily. Here's the
> problem:
>=20
> We had a duhveloper who thought it would be a good thing to
store=20
> multiple archive tapes in a varray within a table instead of having a=20
> second table to join on. Therefore he created the following:
>=20
>=20
>=20
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Oct 11 2004 - 19:38:35 CDT
![]() |
![]() |