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

Home -> Community -> Usenet -> c.d.o.tools -> Re: pl/sql question.

Re: pl/sql question.

From: Roman Starek <starek_at_pluto.spsselib.hiedu.cz>
Date: 2000/08/02
Message-ID: <8m95nm$l8a$1@crax.cesnet.cz>#1/1

: Is it possible(wise) to use pl/sql to perform complex mathematical
: computations? or, would it be more efficient to perform such calculations

ps/sql is integrated into database this is big advantage. For example you can use plsql function in sql statements. But plsql is so slow.

In my opinion is better to write it in plsql and test performance. In case of poor performance rewrite it in some C language ...

        Starous Received on Wed Aug 02 2000 - 00:00:00 CDT

Original text of this message

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