Re: pl/sql question.

From: Roman Starek <starek_at_pluto.spsselib.hiedu.cz>
Date: 2000/08/02
Message-ID: <8m95nm$l8a$1_at_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 CEST

Original text of this message