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 -> Re: Oracle: Accessing Record Fields (dynamically)

Re: Oracle: Accessing Record Fields (dynamically)

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 26 May 2005 19:04:35 -0700
Message-ID: <1117159213.36299@yasure>


datDude wrote:
> updates to previous posting for the field names
>
> if input_rec.[collection(row_id).­field_name_1] = 100
> and input_rec.[collection(row_id).­field_name_2] = 20
> and input_rec.[collection(row_id).­field_name_3] = 80
> then
> follow processing code
> end if;
>
>
>
> also the version is version 9.2.0.4

Oh does this look like a bad design. Does the above indicate nested tables and/or varrays? If so please refer to Tom Kyte's many comments on the subject.

Use object-relational views on top of relational tables.

And thanks for the version number. It provides some context around what you are doing.

-- 
Daniel A. Morgan
Relational theory is not something that is simply a nice-to-have.
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu May 26 2005 - 21:04:35 CDT

Original text of this message

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