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

Home -> Community -> Usenet -> c.d.o.server -> Re: Most performant way to code client script.

Re: Most performant way to code client script.

From: Moritz Klein <mklein_at_students.uni-mainz.de>
Date: Sun, 17 Jul 2005 10:28:31 +0200
Message-ID: <dbd4mc$pcr$1@news1.zdv.uni-mainz.de>


Christian Tischler schrieb:
> 1) I it possible to run mathematic functions (statistical analysis and
> stuff like that) directly on the oracle DB?

Yes, look for PL/SQL. Good book is from Steven Feuerstein, search for it on amazon.
> 2) What is the most performant DLL/lib/etc. to access the DB. We plan to
> implement the algorithms in C or C#.

When using C take the OCI-Library, with C# go for ODP.NET.

hth,
  Moritz Received on Sun Jul 17 2005 - 03:28:31 CDT

Original text of this message

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