Re: Defining PL/SQL Table in a program

From: <mconnors_at_mother.com>
Date: 1997/09/24
Message-ID: <01bcc8a7$5e01c840$a52168cf_at_mconnors.mother.com>#1/1


Pravin -

Prior to 7.3 (PL/SQL 2.3) it was not possible to declare a table of records. The %rowtype does not work because it really refers to a record.

You can work around this by declaring multiple tables, one for each element of the record, and access each with the same index. Not quite as convenient, but not all that much trouble, either.

Regards,
Matt Connors Received on Wed Sep 24 1997 - 00:00:00 CEST

Original text of this message