Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Most performant way to code client script.
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
![]() |
![]() |