Skip to Main Content

Oracle Forms

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 Processing in Forms 6i

298316Jan 28 2004 — edited Jan 28 2004
I am developing a common function in a PLL library that requires data from a calling form to be retrieved into temporary arrays on which some processing and calculation takes place and the resultant data is inserted into the destination table.

In order to do this array manipulation and processing, I know of three options :
1. Table Type
2. Record Group
3. Temporary Tables.

Which is the best option to use in terms of

1. Processing speed ,
2. Client load ,
3. Server Load,
4. Multi user processing ,
5. Re-usability,
6. Forms 9i compatibility,
7. Database Interactions

If there is any other option, apart from the three above, please point out that too. Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2004
Added on Jan 28 2004
1 comment
616 views