Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Genereic reference type in PL/SQL?

Re: Genereic reference type in PL/SQL?

From: Thomas Blankschein <thomas_at_blankschein.de>
Date: Fri, 13 Oct 2006 11:15:15 +0200
Message-ID: <452f5927$0$32424$9b4e6d93@newsspool1.arcor-online.net>


Hello,

> Why do you think you need pointers in PL/SQL? What's the task at hand?

At first it is a quite academic question, if it's possible at all. The task where this came to my mind was a package which uses two arrays internally. Both arrays hold different data, but the interface is the same. So I thought about adding a second parameter to the functions and procedures which tells what array I want to use. I tried substituting the two independend arrays with an array of arrays where I can use the index directly, but it gave me several strange errors during use. So I returned to the two array solution.

Thomas Received on Fri Oct 13 2006 - 04:15:15 CDT

Original text of this message

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