Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Array of Records in PL/SQL

321894May 22 2003 — edited May 23 2003
is there any data type like array of records that can be used in PLSQL programming?
Like I have a set of calculation done in a loop and want to load the records in the array once the loop is through the array of records has to be passed into a function as input.

I done want to load this into a temp table. I want this to happen dyanamically on fly with out storing in tables.

First this is that is there any data type for storring array of records

If available can this array be passed as output from one procedure and as an input another procedure.

if yes can any i get any small example or url where I can find the example.

Thanks in Advance
Nanda Kishore
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2003
Added on May 22 2003
2 comments
1,137 views