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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: .NET Stored Procedures in Oracle database

RE: .NET Stored Procedures in Oracle database

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Wed, 15 Mar 2006 18:57:55 +0100
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF3F55D6@MSXVS04.trivadis.com>


Juan

>Had you read this?
>Is this better than using java?
>Any experience?

Notice that:

- The stored procedures don't run *in* the database.
- It's a simple external call... as we used to do with C shared libraries. 
- This is a Windows only feature.

Basically it makes only sense if you already have some kind of library that you *absolutely* want to call from the database. The same thing applies to Java in the database. Therefore, IMHO, one is not better than the other.

HTH
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 15 2006 - 11:57:55 CST

Original text of this message

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