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: Designing a PL/SQL app.

Re: Designing a PL/SQL app.

From: Thomas Bierhance <Bierhance_at_orbital-computer.de>
Date: 23 May 1999 19:35:04 GMT
Message-ID: <374858FD.361C8DAA@orbital-computer.de>


As you are about to use 100 or more functions your code would have to take hundreds of if-statements to achieve what you are looking for. The most difficult part would be the evalution of expression like "somevalue < 2", you could use dynamic sql for that.
I think writing a small "compiler" for your source code - you could use PL/SQL for that - would be a much better solution, but that depends on the frequency of updates that are applied to your external file. Received on Sun May 23 1999 - 14:35:04 CDT

Original text of this message

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